Interface IEventLogService
Defines contract for logging events.
public interface IEventLogService
- Extension Methods
Methods
LogEvent(EventLogData)
Logs eventLogData
to the appropriate log output.
The implementation should ensure that contextual information is filled.
The following properties should be filled with contextual data:
void LogEvent(EventLogData eventLogData)
Parameters
eventLogData
EventLogDataRepresents all the data that can be written to the event log.