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