Click or drag to resize

ISecurityProviderLogEvent Property

Gets or sets the LogEventFunctionSignature to use for logging security events for the SecurityProviderBase implementation.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
LogEventFunctionSignature LogEvent { get; set; }
View Source

Property Value

LogEventFunctionSignature
Remarks
Set LogEvent to null to use default handler, i.e., WriteEntry(String, String, EventLogEntryType, Int32).
See Also