Click or drag to resize

LogEventFunctionSignature Delegate

Defines the function signature delegate used for logging events from the ISecurityProvider.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public delegate void LogEventFunctionSignature(
	string source,
	string message,
	EventLogEntryType type,
	int eventID
)

Parameters

source  String
The source by which the application is registered on the specified computer.
message  String
The string to write to the event log.
type  EventLogEntryType
One of the EventLogEntryType values.
eventID  Int32
The application-specific identifier for the event.
See Also