EventLogAppenderSecurityContext Property Apache log4net™ SDK Documentation
Gets or sets the SecurityContext used to write to the EventLog.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public SecurityContext SecurityContext { get; set; }

Property Value

Type: SecurityContext
The SecurityContext used to write to the EventLog.
Remarks

The system security context used to write to the EventLog.

Unless a SecurityContext specified here for this appender the DefaultProvider is queried for the security context to use. The default behavior is to use the security context of the current thread.

See Also

Reference