Click or drag to resize
ILoggerExtensions Methods

The ILoggerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDebug(ILogger, Exception)
Writes a Debug message for an exception.
Public methodStatic memberDebug(ILogger, FuncString)
Writes a Debug message, which is lazily evaluated.
Public methodStatic memberDebug(ILogger, String)
Writes a Debug message with optional format arguments.
Public methodStatic memberDebug(ILogger, Exception, FuncString)
Writes a Debug message for an exception, which is lazily evaluated.
Public methodStatic memberDebug(ILogger, Exception, String)
Writes a Debug message for an exception.
Public methodStatic memberDebug(ILogger, String, Object)
Writes a Debug message with optional format arguments.
Public methodStatic memberDebug(ILogger, Exception, String, Object)
Writes a Debug message for an exception.
Public methodStatic memberError(ILogger, Exception)
Writes a Error message for an exception.
Public methodStatic memberError(ILogger, FuncString)
Writes a Error message, which is lazily evaluated.
Public methodStatic memberError(ILogger, String)
Writes a Error message with optional format arguments.
Public methodStatic memberError(ILogger, Exception, FuncString)
Writes a Error message for an exception, which is lazily evaluated.
Public methodStatic memberError(ILogger, Exception, String)
Writes a Error message for an exception.
Public methodStatic memberError(ILogger, String, Object)
Writes a Error message with optional format arguments.
Public methodStatic memberError(ILogger, Exception, String, Object)
Writes a Error message for an exception.
Public methodStatic memberFatal(ILogger, Exception)
Writes a Fatal message for an exception.
Public methodStatic memberFatal(ILogger, FuncString)
Writes a Fatal message, which is lazily evaluated.
Public methodStatic memberFatal(ILogger, String)
Writes a Fatal message with optional format arguments.
Public methodStatic memberFatal(ILogger, Exception, FuncString)
Writes a Fatal message for an exception, which is lazily evaluated.
Public methodStatic memberFatal(ILogger, Exception, String)
Writes a Fatal message for an exception.
Public methodStatic memberFatal(ILogger, String, Object)
Writes a Fatal message with optional format arguments.
Public methodStatic memberFatal(ILogger, Exception, String, Object)
Writes a Fatal message for an exception.
Public methodStatic memberInfo(ILogger, Exception)
Writes a Info message for an exception.
Public methodStatic memberInfo(ILogger, FuncString)
Writes a Info message, which is lazily evaluated.
Public methodStatic memberInfo(ILogger, String)
Writes a Info message with optional format arguments.
Public methodStatic memberInfo(ILogger, Exception, FuncString)
Writes a Info message for an exception, which is lazily evaluated.
Public methodStatic memberInfo(ILogger, Exception, String)
Writes a Info message for an exception.
Public methodStatic memberInfo(ILogger, String, Object)
Writes a Info message with optional format arguments.
Public methodStatic memberInfo(ILogger, Exception, String, Object)
Writes a Info message for an exception.
Public methodStatic memberIsDebugEnabled
Checks, whether the Debug Level is enabled.
Public methodStatic memberIsErrorEnabled
Checks, whether the Error Level is enabled.
Public methodStatic memberIsFatalEnabled
Checks, whether the Fatal Level is enabled.
Public methodStatic memberIsInfoEnabled
Checks, whether the Info Level is enabled.
Public methodStatic memberIsTraceEnabled
Checks, whether the Trace Level is enabled.
Public methodStatic memberIsWarnEnabled
Checks, whether the Warn Level is enabled.
Public methodStatic memberLog(ILogger, Level, Exception)
Writes a Log message for an exception.
Public methodStatic memberLog(ILogger, Level, String)
Writes a Log message with optional format arguments.
Public methodStatic memberLog(ILogger, Level, Exception, String)
Writes a Log message for an exception.
Public methodStatic memberLog(ILogger, Level, String, Object)
Writes a Log message with optional format arguments.
Public methodStatic memberLog(ILogger, Level, Exception, String, Object)
Writes a Log message for an exception.
Public methodStatic memberTrace(ILogger, Exception)
Writes a Trace message for an exception.
Public methodStatic memberTrace(ILogger, FuncString)
Writes a Trace message, which is lazily evaluated.
Public methodStatic memberTrace(ILogger, String)
Writes a Trace message with optional format arguments.
Public methodStatic memberTrace(ILogger, Exception, FuncString)
Writes a Trace message for an exception, which is lazily evaluated.
Public methodStatic memberTrace(ILogger, Exception, String)
Writes a Trace message for an exception.
Public methodStatic memberTrace(ILogger, String, Object)
Writes a Trace message with optional format arguments.
Public methodStatic memberTrace(ILogger, Exception, String, Object)
Writes a Trace message for an exception.
Public methodStatic memberWarn(ILogger, Exception)
Writes a Warn message for an exception.
Public methodStatic memberWarn(ILogger, FuncString)
Writes a Warn message, which is lazily evaluated.
Public methodStatic memberWarn(ILogger, String)
Writes a Warn message with optional format arguments.
Public methodStatic memberWarn(ILogger, Exception, FuncString)
Writes a Warn message for an exception, which is lazily evaluated.
Public methodStatic memberWarn(ILogger, Exception, String)
Writes a Warn message for an exception.
Public methodStatic memberWarn(ILogger, String, Object)
Writes a Warn message with optional format arguments.
Public methodStatic memberWarn(ILogger, Exception, String, Object)
Writes a Warn message for an exception.
Top
See Also