Gets or sets the SecurityContext used to write to the EventLog.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: SecurityContextThe 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