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