Class LoggerExtensions
Inheritance
LoggerExtensions
Assembly: XploRe.Logging.dll
Syntax
public static class LoggerExtensions : Object
Methods
Name |
Description |
LogCritical<T>(ILogger, Exception, EventIdEnum<T>, Object[])
|
Formats and writes a critical log message based on an EventIdEnum<TDerived> instance.
|
LogCritical<T>(ILogger, EventIdEnum<T>, Object[])
|
Formats and writes a critical log message based on an EventIdEnum<TDerived> instance.
|
LogDebug<T>(ILogger, Exception, EventIdEnum<T>, Object[])
|
Formats and writes a debug log message based on an EventIdEnum<TDerived> instance.
|
LogDebug<T>(ILogger, EventIdEnum<T>, Object[])
|
Formats and writes a debug log message based on an EventIdEnum<TDerived> instance.
|
LogError<T>(ILogger, Exception, EventIdEnum<T>, Object[])
|
Formats and writes an error log message based on an EventIdEnum<TDerived> instance.
|
LogError<T>(ILogger, EventIdEnum<T>, Object[])
|
Formats and writes an error log message based on an EventIdEnum<TDerived> instance.
|
LogInformation<T>(ILogger, Exception, EventIdEnum<T>, Object[])
|
Formats and writes an information log message based on an EventIdEnum<TDerived> instance.
|
LogInformation<T>(ILogger, EventIdEnum<T>, Object[])
|
Formats and writes an information log message based on an EventIdEnum<TDerived> instance.
|
LogTrace<T>(ILogger, Exception, EventIdEnum<T>, Object[])
|
Formats and writes a trace log message based on an EventIdEnum<TDerived> instance.
|
LogTrace<T>(ILogger, EventIdEnum<T>, Object[])
|
Formats and writes a trace log message based on an EventIdEnum<TDerived> instance.
|
LogWarning<T>(ILogger, Exception, EventIdEnum<T>, Object[])
|
Formats and writes a warning log message based on an EventIdEnum<TDerived> instance.
|
LogWarning<T>(ILogger, EventIdEnum<T>, Object[])
|
Formats and writes a warning log message based on an EventIdEnum<TDerived> instance.
|