EventLog
EventLog
Writes an event to the Windows Event Log.
Properties
EventType
Type: System.Diagnostics.EventLogEntryType
Specifies the type of the event to be logged. Defaults to 'Error'.
EventMessage
Type: System.String
Specifies the message text of the event to be logged.
EventID
Type: System.Object
Specifies the EventID of the event to be logged. Defaults to '1'.
Add Comment