| ILoggerExtensions Methods |
The ILoggerExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Debug(ILogger, Exception) |
Writes a Debug message for an exception.
| |
| Debug(ILogger, FuncString) |
Writes a Debug message, which is lazily evaluated.
| |
| Debug(ILogger, String) |
Writes a Debug message with optional format arguments.
| |
| Debug(ILogger, Exception, FuncString) |
Writes a Debug message for an exception,
which is lazily evaluated.
| |
| Debug(ILogger, Exception, String) |
Writes a Debug message for an exception.
| |
| Debug(ILogger, String, Object) |
Writes a Debug message with optional format arguments.
| |
| Debug(ILogger, Exception, String, Object) |
Writes a Debug message for an exception.
| |
| Error(ILogger, Exception) |
Writes a Error message for an exception.
| |
| Error(ILogger, FuncString) |
Writes a Error message, which is lazily evaluated.
| |
| Error(ILogger, String) |
Writes a Error message with optional format arguments.
| |
| Error(ILogger, Exception, FuncString) |
Writes a Error message for an exception,
which is lazily evaluated.
| |
| Error(ILogger, Exception, String) |
Writes a Error message for an exception.
| |
| Error(ILogger, String, Object) |
Writes a Error message with optional format arguments.
| |
| Error(ILogger, Exception, String, Object) |
Writes a Error message for an exception.
| |
| Fatal(ILogger, Exception) |
Writes a Fatal message for an exception.
| |
| Fatal(ILogger, FuncString) |
Writes a Fatal message, which is lazily evaluated.
| |
| Fatal(ILogger, String) |
Writes a Fatal message with optional format arguments.
| |
| Fatal(ILogger, Exception, FuncString) |
Writes a Fatal message for an exception,
which is lazily evaluated.
| |
| Fatal(ILogger, Exception, String) |
Writes a Fatal message for an exception.
| |
| Fatal(ILogger, String, Object) |
Writes a Fatal message with optional format arguments.
| |
| Fatal(ILogger, Exception, String, Object) |
Writes a Fatal message for an exception.
| |
| Info(ILogger, Exception) |
Writes a Info message for an exception.
| |
| Info(ILogger, FuncString) |
Writes a Info message, which is lazily evaluated.
| |
| Info(ILogger, String) |
Writes a Info message with optional format arguments.
| |
| Info(ILogger, Exception, FuncString) |
Writes a Info message for an exception,
which is lazily evaluated.
| |
| Info(ILogger, Exception, String) |
Writes a Info message for an exception.
| |
| Info(ILogger, String, Object) |
Writes a Info message with optional format arguments.
| |
| Info(ILogger, Exception, String, Object) |
Writes a Info message for an exception.
| |
| IsDebugEnabled |
Checks, whether the Debug Level is enabled.
| |
| IsErrorEnabled |
Checks, whether the Error Level is enabled.
| |
| IsFatalEnabled |
Checks, whether the Fatal Level is enabled.
| |
| IsInfoEnabled |
Checks, whether the Info Level is enabled.
| |
| IsTraceEnabled |
Checks, whether the Trace Level is enabled.
| |
| IsWarnEnabled |
Checks, whether the Warn Level is enabled.
| |
| Log(ILogger, Level, Exception) |
Writes a Log message for an exception.
| |
| Log(ILogger, Level, String) |
Writes a Log message with optional format arguments.
| |
| Log(ILogger, Level, Exception, String) |
Writes a Log message for an exception.
| |
| Log(ILogger, Level, String, Object) |
Writes a Log message with optional format arguments.
| |
| Log(ILogger, Level, Exception, String, Object) |
Writes a Log message for an exception.
| |
| Trace(ILogger, Exception) |
Writes a Trace message for an exception.
| |
| Trace(ILogger, FuncString) |
Writes a Trace message, which is lazily evaluated.
| |
| Trace(ILogger, String) |
Writes a Trace message with optional format arguments.
| |
| Trace(ILogger, Exception, FuncString) |
Writes a Trace message for an exception,
which is lazily evaluated.
| |
| Trace(ILogger, Exception, String) |
Writes a Trace message for an exception.
| |
| Trace(ILogger, String, Object) |
Writes a Trace message with optional format arguments.
| |
| Trace(ILogger, Exception, String, Object) |
Writes a Trace message for an exception.
| |
| Warn(ILogger, Exception) |
Writes a Warn message for an exception.
| |
| Warn(ILogger, FuncString) |
Writes a Warn message, which is lazily evaluated.
| |
| Warn(ILogger, String) |
Writes a Warn message with optional format arguments.
| |
| Warn(ILogger, Exception, FuncString) |
Writes a Warn message for an exception,
which is lazily evaluated.
| |
| Warn(ILogger, Exception, String) |
Writes a Warn message for an exception.
| |
| Warn(ILogger, String, Object) |
Writes a Warn message with optional format arguments.
| |
| Warn(ILogger, Exception, String, Object) |
Writes a Warn message for an exception.
|