Class EventLogEvents
Event log events
public static class EventLogEvents
- Inheritance
-
objectEventLogEvents
Fields
LogEvent
Event is triggered when event is being persisted.
public static readonly EventLogHandler LogEvent
Field Value
PrepareData
Event triggered upon logging a new event using EventLogProvider.
public static readonly PrepareEventLogDataHandler PrepareData
Field Value
Remarks
Event can fill any additional data to not persisted EventLogInfo object.
- See Also