Click or drag to resize
ILogger Methods

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodIsEnabled
Checks, whether the Level is enabled.
Public methodLog
Writes a message for an exception.
Top
Extension Methods
  NameDescription
Public Extension MethodDebug(Exception)Overloaded.
Writes a Debug message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodDebug(FuncString)Overloaded.
Writes a Debug message, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodDebug(String)Overloaded.
Writes a Debug message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodDebug(Exception, FuncString)Overloaded.
Writes a Debug message for an exception, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodDebug(Exception, String)Overloaded.
Writes a Debug message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodDebug(String, Object)Overloaded.
Writes a Debug message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodDebug(Exception, String, Object)Overloaded.
Writes a Debug message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodError(Exception)Overloaded.
Writes a Error message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodError(FuncString)Overloaded.
Writes a Error message, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodError(String)Overloaded.
Writes a Error message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodError(Exception, FuncString)Overloaded.
Writes a Error message for an exception, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodError(Exception, String)Overloaded.
Writes a Error message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodError(String, Object)Overloaded.
Writes a Error message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodError(Exception, String, Object)Overloaded.
Writes a Error message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(Exception)Overloaded.
Writes a Fatal message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(FuncString)Overloaded.
Writes a Fatal message, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(String)Overloaded.
Writes a Fatal message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(Exception, FuncString)Overloaded.
Writes a Fatal message for an exception, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(Exception, String)Overloaded.
Writes a Fatal message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(String, Object)Overloaded.
Writes a Fatal message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodFatal(Exception, String, Object)Overloaded.
Writes a Fatal message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(Exception)Overloaded.
Writes a Info message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(FuncString)Overloaded.
Writes a Info message, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(String)Overloaded.
Writes a Info message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(Exception, FuncString)Overloaded.
Writes a Info message for an exception, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(Exception, String)Overloaded.
Writes a Info message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(String, Object)Overloaded.
Writes a Info message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodInfo(Exception, String, Object)Overloaded.
Writes a Info message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodIsDebugEnabled
Checks, whether the Debug Level is enabled.
(Defined by ILoggerExtensions.)
Public Extension MethodIsErrorEnabled
Checks, whether the Error Level is enabled.
(Defined by ILoggerExtensions.)
Public Extension MethodIsFatalEnabled
Checks, whether the Fatal Level is enabled.
(Defined by ILoggerExtensions.)
Public Extension MethodIsInfoEnabled
Checks, whether the Info Level is enabled.
(Defined by ILoggerExtensions.)
Public Extension MethodIsTraceEnabled
Checks, whether the Trace Level is enabled.
(Defined by ILoggerExtensions.)
Public Extension MethodIsWarnEnabled
Checks, whether the Warn Level is enabled.
(Defined by ILoggerExtensions.)
Public Extension MethodLog(Level, Exception)Overloaded.
Writes a Log message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodLog(Level, String)Overloaded.
Writes a Log message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodLog(Level, Exception, String)Overloaded.
Writes a Log message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodLog(Level, String, Object)Overloaded.
Writes a Log message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodLog(Level, Exception, String, Object)Overloaded.
Writes a Log message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(Exception)Overloaded.
Writes a Trace message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(FuncString)Overloaded.
Writes a Trace message, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(String)Overloaded.
Writes a Trace message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(Exception, FuncString)Overloaded.
Writes a Trace message for an exception, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(Exception, String)Overloaded.
Writes a Trace message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(String, Object)Overloaded.
Writes a Trace message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodTrace(Exception, String, Object)Overloaded.
Writes a Trace message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(Exception)Overloaded.
Writes a Warn message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(FuncString)Overloaded.
Writes a Warn message, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(String)Overloaded.
Writes a Warn message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(Exception, FuncString)Overloaded.
Writes a Warn message for an exception, which is lazily evaluated.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(Exception, String)Overloaded.
Writes a Warn message for an exception.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(String, Object)Overloaded.
Writes a Warn message with optional format arguments.
(Defined by ILoggerExtensions.)
Public Extension MethodWarn(Exception, String, Object)Overloaded.
Writes a Warn message for an exception.
(Defined by ILoggerExtensions.)
Top
See Also