![]() | ILoggerBase Interface |
Namespace: NLog
The ILoggerBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Factory |
Gets the factory that created this logger.
|
![]() | Name |
Gets the name of the logger.
|
Name | Description | |
---|---|---|
![]() | IsEnabled |
Gets a value indicating whether logging is enabled for the specified level.
|
![]() | Log(LogEventInfo) |
Writes the specified diagnostic message.
|
![]() | Log(Type, LogEventInfo) |
Writes the specified diagnostic message.
|
![]() | Log(LogLevel, LogMessageGenerator) |
Writes the diagnostic message at the specified level.
|
![]() | Log(LogLevel, Object) |
Writes the diagnostic message at the specified level.
|
![]() | Log(LogLevel, String) |
Writes the diagnostic message at the specified level.
|
![]() | Log(LogLevel, IFormatProvider, Object) |
Writes the diagnostic message at the specified level.
|
![]() | Log(LogLevel, String, Boolean) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Byte) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Char) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Decimal) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Double) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Exception) | Obsolete.
Writes the diagnostic message and exception at the specified level.
|
![]() | Log(LogLevel, String, Int32) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Int64) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Object) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | Log(LogLevel, String, SByte) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, Single) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, String) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, UInt32) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, String, UInt64) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
|
![]() | Log(LogLevel, Exception, String, Object) |
Writes the diagnostic message and exception at the specified level.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | Log(LogLevel, String, Object, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | Log(LogLevel, Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the specified level.
|
![]() | Log(LogLevel, String, Object, Object, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | LogT(LogLevel, T) |
Writes the diagnostic message at the specified level.
|
![]() | LogT(LogLevel, IFormatProvider, T) |
Writes the diagnostic message at the specified level.
|
![]() | LogTArgument(LogLevel, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter.
|
![]() | 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.
|
![]() | LogTArgument1, TArgument2(LogLevel, String, TArgument1, TArgument2) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | 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.
|
![]() | LogTArgument1, TArgument2, TArgument3(LogLevel, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | 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.
|
![]() | LogException | Obsolete.
Writes the diagnostic message and exception at the specified level.
|
Name | Description | |
---|---|---|
![]() | LoggerReconfigured |
Occurs when logger configuration changes.
|