IsDebugEnabled | Checks if this logger is enabled for the Debug level. |
IsErrorEnabled | Checks if this logger is enabled for the Error level. |
IsFatalEnabled | Checks if this logger is enabled for the Fatal level. |
IsInfoEnabled | Checks if this logger is enabled for the Info level. |
IsTraceEnabled | Checks if this logger is enabled for the Trace level. |
IsWarnEnabled | Checks if this logger is enabled for the Warn level. |
Debug | Overloaded. Log a message object with the Debug level. |
DebugFormat | Overloaded. Log a message with the Debug level. |
Error | Overloaded. Log a message object with the Error level. |
ErrorFormat | Overloaded. Log a message with the Error level. |
Fatal | Overloaded. Log a message object with the Fatal level. |
FatalFormat | Overloaded. Log a message with the Fatal level. |
Info | Overloaded. Log a message object with the Info level. |
InfoFormat | Overloaded. Log a message with the Info level. |
Trace | Overloaded. Log a message object with the Trace level. |
TraceFormat | Overloaded. Log a message with the Trace level. |
Warn | Overloaded. Log a message with the Warn level using a callback to obtain the message |
WarnFormat | Overloaded. Log a message with the Warn level. |
ILog Interface | Common.Logging Namespace | Action`1