Delegate LogEntryEventHandler
Describes an event relating to an entry in the Log.
public delegate void LogEntryEventHandler(LogSeverity severity, string? message, Exception? exception)
Parameters
severityLogSeverityThe type/severity of the entry.
messagestringThe message of the entry.
exceptionExceptionAn optional exception associated with the entry.
- Extension Methods