The static class ILogExtensions contains a set of widely used
methods that ease the interaction with the ILog interface implementations.
| Name | Description |
---|
| DebugExt(ILog, FuncTResult) | |
| DebugExt(ILog, Object) |
Log a message object with the Debug level.
|
| DebugExt(ILog, FuncTResult, Void) | |
| DebugExt(ILog, Object, Exception) |
Log a message object with the Debug level including
the stack trace of the Exception passed
as a parameter.
|
| DebugFormatExt(ILog, String, Object) |
Logs a formatted message string with the Debug level.
|
| DebugFormatExt(ILog, String, Object) |
Logs a formatted message string with the Debug level.
|
| DebugFormatExt(ILog, IFormatProvider, String, Object) |
Logs a formatted message string with the Debug level.
|
| DebugFormatExt(ILog, String, Object, Object) |
Logs a formatted message string with the Debug level.
|
| DebugFormatExt(ILog, String, Object, Object, Object) |
Logs a formatted message string with the Debug level.
|
| ErrorExt(ILog, FuncTResult) | |
| ErrorExt(ILog, Object) |
Log a message object with the Error level.
|
| ErrorExt(ILog, FuncTResult, Void) | |
| ErrorExt(ILog, Object, Exception) |
Log a message object with the Error level including
the stack trace of the Exception passed
as a parameter.
|
| ErrorFormatExt(ILog, String, Object) |
Logs a formatted message string with the Error level.
|
| ErrorFormatExt(ILog, String, Object) |
Logs a formatted message string with the Error level.
|
| ErrorFormatExt(ILog, IFormatProvider, String, Object) |
Logs a formatted message string with the Error level.
|
| ErrorFormatExt(ILog, String, Object, Object) |
Logs a formatted message string with the Error level.
|
| ErrorFormatExt(ILog, String, Object, Object, Object) |
Logs a formatted message string with the Error level.
|
| FatalExt(ILog, FuncTResult) | |
| FatalExt(ILog, Object) |
Log a message object with the Fatal level.
|
| FatalExt(ILog, FuncTResult, Void) | |
| FatalExt(ILog, Object, Exception) |
Log a message object with the Fatal level including
the stack trace of the Exception passed
as a parameter.
|
| FatalFormatExt(ILog, String, Object) |
Logs a formatted message string with the Fatal level.
|
| FatalFormatExt(ILog, String, Object) |
Logs a formatted message string with the Fatal level.
|
| FatalFormatExt(ILog, IFormatProvider, String, Object) |
Logs a formatted message string with the Fatal level.
|
| FatalFormatExt(ILog, String, Object, Object) |
Logs a formatted message string with the Fatal level.
|
| FatalFormatExt(ILog, String, Object, Object, Object) |
Logs a formatted message string with the Fatal level.
|
| InfoExt(ILog, FuncTResult) | |
| InfoExt(ILog, Object) |
Log a message object with the Info level.
|
| InfoExt(ILog, FuncTResult, Void) | |
| InfoExt(ILog, Object, Exception) |
Log a message object with the Info level including
the stack trace of the Exception passed
as a parameter.
|
| InfoFormatExt(ILog, String, Object) |
Logs a formatted message string with the Info level.
|
| InfoFormatExt(ILog, String, Object) |
Logs a formatted message string with the Info level.
|
| InfoFormatExt(ILog, IFormatProvider, String, Object) |
Logs a formatted message string with the Info level.
|
| InfoFormatExt(ILog, String, Object, Object) |
Logs a formatted message string with the Info level.
|
| InfoFormatExt(ILog, String, Object, Object, Object) |
Logs a formatted message string with the Info level.
|
| WarnExt(ILog, FuncTResult) | |
| WarnExt(ILog, Object) |
Log a message object with the Warn level.
|
| WarnExt(ILog, FuncTResult, Void) | |
| WarnExt(ILog, Object, Exception) |
Log a message object with the Warn level including
the stack trace of the Exception passed
as a parameter.
|
| WarnFormatExt(ILog, String, Object) |
Logs a formatted message string with the Warn level.
|
| WarnFormatExt(ILog, String, Object) |
Logs a formatted message string with the Warn level.
|
| WarnFormatExt(ILog, IFormatProvider, String, Object) |
Logs a formatted message string with the Warn level.
|
| WarnFormatExt(ILog, String, Object, Object) |
Logs a formatted message string with the Warn level.
|
| WarnFormatExt(ILog, String, Object, Object, Object) |
Logs a formatted message string with the Warn level.
|
This class contains methods for logging at different levels and checks the
properties for determining if those logging levels are enabled in the current
configuration.