![]() | ILogger Interface |
Namespace: NLog
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Factory |
Gets the factory that created this logger.
(Inherited from ILoggerBase.) |
![]() | IsDebugEnabled |
Gets a value indicating whether logging is enabled for the Debug level.
|
![]() | IsErrorEnabled |
Gets a value indicating whether logging is enabled for the Error level.
|
![]() | IsFatalEnabled |
Gets a value indicating whether logging is enabled for the Fatal level.
|
![]() | IsInfoEnabled |
Gets a value indicating whether logging is enabled for the Info level.
|
![]() | IsTraceEnabled |
Gets a value indicating whether logging is enabled for the Trace level.
|
![]() | IsWarnEnabled |
Gets a value indicating whether logging is enabled for the Warn level.
|
![]() | Name |
Gets the name of the logger.
(Inherited from ILoggerBase.) |
Name | Description | |
---|---|---|
![]() | Debug(Object) |
Writes the diagnostic message at the Debug level.
|
![]() | Debug(String) |
Writes the diagnostic message at the Debug level.
|
![]() | Debug(LogMessageGenerator) |
Writes the diagnostic message at the Debug level.
|
![]() | Debug(IFormatProvider, Object) |
Writes the diagnostic message at the Debug level.
|
![]() | Debug(String, Boolean) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Byte) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Char) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Decimal) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Double) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Debug level.
|
![]() | Debug(String, Int32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Int64) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Object) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
|
![]() | Debug(String, SByte) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, Single) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, String) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, UInt32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(String, UInt64) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
|
![]() | Debug(Exception, String, Object) |
Writes the diagnostic message and exception at the Debug level.
|
![]() | Debug(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Char) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Double) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, Single) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, String) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Debug(String, Object, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
|
![]() | Debug(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Debug level.
|
![]() | Debug(String, Object, Object, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
|
![]() | DebugT(T) |
Writes the diagnostic message at the Debug level.
|
![]() | DebugT(IFormatProvider, T) |
Writes the diagnostic message at the Debug level.
|
![]() | DebugTArgument(String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter.
|
![]() | DebugTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
|
![]() | DebugTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Debug level using the specified parameters.
|
![]() | DebugTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
|
![]() | DebugTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Debug level using the specified parameters.
|
![]() | DebugTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
|
![]() | DebugException | Obsolete.
Writes the diagnostic message and exception at the Debug level.
|
![]() | Error(Object) |
Writes the diagnostic message at the Error level.
|
![]() | Error(String) |
Writes the diagnostic message at the Error level.
|
![]() | Error(LogMessageGenerator) |
Writes the diagnostic message at the Error level.
|
![]() | Error(IFormatProvider, Object) |
Writes the diagnostic message at the Error level.
|
![]() | Error(String, Boolean) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Byte) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Char) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Decimal) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Double) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Error level.
|
![]() | Error(String, Int32) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Int64) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Object) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | Error(String, SByte) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Single) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, String) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, UInt32) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, UInt64) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(Exception, String, Object) |
Writes the diagnostic message and exception at the Error level.
|
![]() | Error(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Char) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Double) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Object) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Object) |
Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Error(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Single) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, String) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(String, Object, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | Error(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Error level.
|
![]() | Error(String, Object, Object, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | ErrorT(T) |
Writes the diagnostic message at the Error level.
|
![]() | ErrorT(IFormatProvider, T) |
Writes the diagnostic message at the Error level.
|
![]() | ErrorTArgument(String, TArgument) |
Writes the diagnostic message at the Error level using the specified parameter.
|
![]() | ErrorTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
|
![]() | ErrorTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | ErrorTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
|
![]() | ErrorTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | ErrorTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
|
![]() | ErrorException | Obsolete.
Writes the diagnostic message and exception at the Error level.
|
![]() | Fatal(Object) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(String) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(LogMessageGenerator) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(IFormatProvider, Object) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(String, Boolean) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Byte) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Char) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Decimal) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Double) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Fatal(String, Int32) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Int64) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Object) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | Fatal(String, SByte) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, Single) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, String) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, UInt32) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(String, UInt64) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter.
|
![]() | Fatal(Exception, String, Object) |
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Fatal(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Char) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Double) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Object) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, Single) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, String) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Fatal(String, Object, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | Fatal(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Fatal(String, Object, Object, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | FatalT(T) |
Writes the diagnostic message at the Fatal level.
|
![]() | FatalT(IFormatProvider, T) |
Writes the diagnostic message at the Fatal level.
|
![]() | FatalTArgument(String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter.
|
![]() | FatalTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
|
![]() | FatalTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | FatalTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
|
![]() | FatalTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | FatalTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
|
![]() | FatalException | Obsolete.
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Info(Object) |
Writes the diagnostic message at the Info level.
|
![]() | Info(String) |
Writes the diagnostic message at the Info level.
|
![]() | Info(LogMessageGenerator) |
Writes the diagnostic message at the Info level.
|
![]() | Info(IFormatProvider, Object) |
Writes the diagnostic message at the Info level.
|
![]() | Info(String, Boolean) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Byte) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Char) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Decimal) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Double) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Info level.
|
![]() | Info(String, Int32) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Int64) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Object) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Object) |
Writes the diagnostic message at the Info level using the specified parameters.
|
![]() | Info(String, SByte) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, Single) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, String) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, UInt32) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(String, UInt64) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
|
![]() | Info(Exception, String, Object) |
Writes the diagnostic message and exception at the Info level.
|
![]() | Info(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Char) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Double) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Object) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Object) |
Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Info(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, Single) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, String) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Info(String, Object, Object) |
Writes the diagnostic message at the Info level using the specified parameters.
|
![]() | Info(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Info level.
|
![]() | Info(String, Object, Object, Object) |
Writes the diagnostic message at the Info level using the specified parameters.
|
![]() | InfoT(T) |
Writes the diagnostic message at the Info level.
|
![]() | InfoT(IFormatProvider, T) |
Writes the diagnostic message at the Info level.
|
![]() | InfoTArgument(String, TArgument) |
Writes the diagnostic message at the Info level using the specified parameter.
|
![]() | InfoTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
|
![]() | InfoTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Info level using the specified parameters.
|
![]() | InfoTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
|
![]() | InfoTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Info level using the specified parameters.
|
![]() | InfoTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
|
![]() | InfoException | Obsolete.
Writes the diagnostic message and exception at the Info level.
|
![]() | IsEnabled |
Gets a value indicating whether logging is enabled for the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogEventInfo) |
Writes the specified diagnostic message.
(Inherited from ILoggerBase.) |
![]() | Log(Type, LogEventInfo) |
Writes the specified diagnostic message.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, LogMessageGenerator) |
Writes the diagnostic message at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, Object) |
Writes the diagnostic message at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String) |
Writes the diagnostic message at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, Object) |
Writes the diagnostic message at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Boolean) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Byte) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Char) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Decimal) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Double) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Exception) | Obsolete.
Writes the diagnostic message and exception at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Int32) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Int64) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Object) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, SByte) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Single) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, String) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, UInt32) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, UInt64) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, Exception, String, Object) |
Writes the diagnostic message and exception at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Boolean) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Byte) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Char) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Decimal) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Double) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Int32) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Int64) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Object) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Object) |
Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, SByte) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, Single) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, String) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, UInt32) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, IFormatProvider, String, UInt64) |
Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Object, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the specified level.
(Inherited from ILoggerBase.) |
![]() | Log(LogLevel, String, Object, Object, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from ILoggerBase.) |
![]() | LogT(LogLevel, T) |
Writes the diagnostic message at the specified level.
(Inherited from ILoggerBase.) |
![]() | LogT(LogLevel, IFormatProvider, T) |
Writes the diagnostic message at the specified level.
(Inherited from ILoggerBase.) |
![]() | LogTArgument(LogLevel, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter.
(Inherited from ILoggerBase.) |
![]() | LogTArgument(LogLevel, IFormatProvider, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | LogTArgument1, TArgument2(LogLevel, String, TArgument1, TArgument2) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from ILoggerBase.) |
![]() | LogTArgument1, TArgument2(LogLevel, IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | LogTArgument1, TArgument2, TArgument3(LogLevel, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from ILoggerBase.) |
![]() | LogTArgument1, TArgument2, TArgument3(LogLevel, IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
(Inherited from ILoggerBase.) |
![]() | LogException | Obsolete.
Writes the diagnostic message and exception at the specified level.
(Inherited from ILoggerBase.) |
![]() | Swallow(Action) |
Runs the provided action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method.
(Inherited from ISuppress.) |
![]() | Swallow(Task) |
Logs an exception is logged at Error level if the provided task does not run to completion.
(Inherited from ISuppress.) |
![]() | SwallowT(FuncT) |
Runs the provided function and returns its result. If an exception is thrown, it is logged at Error level.
The exception is not propagated outside of this method; a default value is returned instead.
(Inherited from ISuppress.) |
![]() | SwallowT(FuncT, T) |
Runs the provided function and returns its result. If an exception is thrown, it is logged at Error level.
The exception is not propagated outside of this method; a fallback value is returned instead.
(Inherited from ISuppress.) |
![]() | SwallowAsync(FuncTask) |
Runs async action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method.
(Inherited from ISuppress.) |
![]() | SwallowAsync(Task) |
Returns a task that completes when a specified task to completes. If the task does not run to completion, an exception is logged at Error level. The returned task always runs to completion.
(Inherited from ISuppress.) |
![]() | SwallowAsyncTResult(FuncTaskTResult) |
Runs the provided async function and returns its result. If the task does not run to completion, an exception is logged at Error level.
The exception is not propagated outside of this method; a default value is returned instead.
(Inherited from ISuppress.) |
![]() | SwallowAsyncTResult(FuncTaskTResult, TResult) |
Runs the provided async function and returns its result. If the task does not run to completion, an exception is logged at Error level.
The exception is not propagated outside of this method; a fallback value is returned instead.
(Inherited from ISuppress.) |
![]() | Trace(Object) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(String) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(LogMessageGenerator) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(IFormatProvider, Object) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(String, Boolean) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Byte) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Char) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Decimal) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Double) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Trace level.
|
![]() | Trace(String, Int32) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Int64) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Object) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | Trace(String, SByte) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, Single) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, String) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, UInt32) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(String, UInt64) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
|
![]() | Trace(Exception, String, Object) |
Writes the diagnostic message and exception at the Trace level.
|
![]() | Trace(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Char) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Double) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Object) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, Single) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, String) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Trace(String, Object, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | Trace(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Trace level.
|
![]() | Trace(String, Object, Object, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | TraceT(T) |
Writes the diagnostic message at the Trace level.
|
![]() | TraceT(IFormatProvider, T) |
Writes the diagnostic message at the Trace level.
|
![]() | TraceTArgument(String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter.
|
![]() | TraceTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
|
![]() | TraceTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | TraceTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
|
![]() | TraceTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | TraceTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
|
![]() | TraceException | Obsolete.
Writes the diagnostic message and exception at the Trace level.
|
![]() | Warn(Object) |
Writes the diagnostic message at the Warn level.
|
![]() | Warn(String) |
Writes the diagnostic message at the Warn level.
|
![]() | Warn(LogMessageGenerator) |
Writes the diagnostic message at the Warn level.
|
![]() | Warn(IFormatProvider, Object) |
Writes the diagnostic message at the Warn level.
|
![]() | Warn(String, Boolean) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Byte) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Char) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Decimal) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Double) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Warn level.
|
![]() | Warn(String, Int32) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Int64) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Object) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters.
|
![]() | Warn(String, SByte) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, Single) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, String) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, UInt32) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(String, UInt64) |
Writes the diagnostic message at the Warn level using the specified value as a parameter.
|
![]() | Warn(Exception, String, Object) |
Writes the diagnostic message and exception at the Warn level.
|
![]() | Warn(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Char) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Double) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Object) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, Single) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, String) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Warn(String, Object, Object) |
Writes the diagnostic message at the Warn level using the specified parameters.
|
![]() | Warn(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Warn level.
|
![]() | Warn(String, Object, Object, Object) |
Writes the diagnostic message at the Warn level using the specified parameters.
|
![]() | WarnT(T) |
Writes the diagnostic message at the Warn level.
|
![]() | WarnT(IFormatProvider, T) |
Writes the diagnostic message at the Warn level.
|
![]() | WarnTArgument(String, TArgument) |
Writes the diagnostic message at the Warn level using the specified parameter.
|
![]() | WarnTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
|
![]() | WarnTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Warn level using the specified parameters.
|
![]() | WarnTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
|
![]() | WarnTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Warn level using the specified parameters.
|
![]() | WarnTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
|
![]() | WarnException | Obsolete.
Writes the diagnostic message and exception at the Warn level.
|
Name | Description | |
---|---|---|
![]() | LoggerReconfigured |
Occurs when logger configuration changes.
(Inherited from ILoggerBase.) |
Name | Description | |
---|---|---|
![]() | Debug |
Starts building a log event at the Debug level.
(Defined by LoggerExtensions.) |
![]() | Error |
Starts building a log event at the Error level.
(Defined by LoggerExtensions.) |
![]() | Fatal |
Starts building a log event at the Fatal level.
(Defined by LoggerExtensions.) |
![]() | Info |
Starts building a log event at the Info level.
(Defined by LoggerExtensions.) |
![]() | Log |
Starts building a log event with the specified LogLevel.
(Defined by LoggerExtensions.) |
![]() | Trace |
Starts building a log event at the Trace level.
(Defined by LoggerExtensions.) |
![]() | Warn |
Starts building a log event at the Warn level.
(Defined by LoggerExtensions.) |