Interface IEventLogService
Defines contract for logging events.
public interface IEventLogService
- Extension Methods
Remarks
This interface is maintained for backward compatibility. For new development, use Microsoft.Extensions.Logging.ILogger instead.
Methods
LogEvent(EventLogData)
Logs eventLogData to the appropriate log output.
void LogEvent(EventLogData eventLogData)
Parameters
eventLogDataEventLogDataRepresents all the data that can be written to log output.
Remarks
This method is maintained for backward compatibility. For new development, use Microsoft.Extensions.Logging.ILogger instead.