NullLogger Class |
Namespace: NLog
The NullLogger type exposes the following members.
Name | Description | |
---|---|---|
NullLogger |
Initializes a new instance of NullLogger.
|
Name | Description | |
---|---|---|
Factory |
Gets the factory that created this logger.
(Inherited from Logger.) | |
IsDebugEnabled |
Gets a value indicating whether logging is enabled for the Debug level.
(Inherited from Logger.) | |
IsErrorEnabled |
Gets a value indicating whether logging is enabled for the Error level.
(Inherited from Logger.) | |
IsFatalEnabled |
Gets a value indicating whether logging is enabled for the Fatal level.
(Inherited from Logger.) | |
IsInfoEnabled |
Gets a value indicating whether logging is enabled for the Info level.
(Inherited from Logger.) | |
IsTraceEnabled |
Gets a value indicating whether logging is enabled for the Trace level.
(Inherited from Logger.) | |
IsWarnEnabled |
Gets a value indicating whether logging is enabled for the Warn level.
(Inherited from Logger.) | |
Name |
Gets the name of the logger.
(Inherited from Logger.) | |
Properties |
Collection of context properties for the Logger. The logger will append it for all log events
(Inherited from Logger.) |
Name | Description | |
---|---|---|
ConditionalDebug(LogMessageGenerator) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(Object) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(IFormatProvider, Object) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Boolean) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Byte) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Char) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Decimal) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Double) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Int32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Int64) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Object) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Single) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, String) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(Exception, String, Object) |
Writes the diagnostic message and exception at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Object, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebug(String, Object, Object, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugT(T) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugT(IFormatProvider, T) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugTArgument(String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalDebugTArgument1, 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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(LogMessageGenerator) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(Object) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(IFormatProvider, Object) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Boolean) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Byte) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Char) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Decimal) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Double) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Int32) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Int64) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Object) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Single) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, String) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(Exception, String, Object) |
Writes the diagnostic message and exception at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(IFormatProvider, String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Object, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTrace(String, Object, Object, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceT(T) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceT(IFormatProvider, T) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceTArgument(String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Trace level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
ConditionalTraceTArgument1, 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.
Only executed when the DEBUG conditional compilation symbol is set. (Inherited from Logger.) | |
Debug(LogMessageGenerator) |
Writes the diagnostic message at the Debug level.
(Inherited from Logger.) | |
Debug(String) |
Writes the diagnostic message at the Debug level.
(Inherited from Logger.) | |
Debug(Exception, String) |
Writes the diagnostic message and exception at the Debug level.
(Inherited from Logger.) | |
Debug(String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
(Inherited from Logger.) | |
Debug(Exception, String, Object) |
Writes the diagnostic message and exception at the Debug level.
(Inherited from Logger.) | |
Debug(IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
(Inherited from Logger.) | |
Debug(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Debug level.
(Inherited from Logger.) | |
DebugT(T) |
Writes the diagnostic message at the Debug level.
(Inherited from Logger.) | |
DebugT(IFormatProvider, T) |
Writes the diagnostic message at the Debug level.
(Inherited from Logger.) | |
DebugTArgument(String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter.
(Inherited from Logger.) | |
DebugTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
(Inherited from Logger.) | |
DebugTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Debug level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
DebugTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Debug level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
Error(LogMessageGenerator) |
Writes the diagnostic message at the Error level.
(Inherited from Logger.) | |
Error(String) |
Writes the diagnostic message at the Error level.
(Inherited from Logger.) | |
Error(Exception, String) |
Writes the diagnostic message and exception at the Error level.
(Inherited from Logger.) | |
Error(String, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
(Inherited from Logger.) | |
Error(Exception, String, Object) |
Writes the diagnostic message and exception at the Error level.
(Inherited from Logger.) | |
Error(IFormatProvider, String, Object) |
Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
(Inherited from Logger.) | |
Error(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Error level.
(Inherited from Logger.) | |
ErrorT(T) |
Writes the diagnostic message at the Error level.
(Inherited from Logger.) | |
ErrorT(IFormatProvider, T) |
Writes the diagnostic message at the Error level.
(Inherited from Logger.) | |
ErrorTArgument(String, TArgument) |
Writes the diagnostic message at the Error level using the specified parameter.
(Inherited from Logger.) | |
ErrorTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
(Inherited from Logger.) | |
ErrorTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Error level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
ErrorTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Error level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
Fatal(LogMessageGenerator) |
Writes the diagnostic message at the Fatal level.
(Inherited from Logger.) | |
Fatal(String) |
Writes the diagnostic message at the Fatal level.
(Inherited from Logger.) | |
Fatal(Exception, String) |
Writes the diagnostic message and exception at the Fatal level.
(Inherited from Logger.) | |
Fatal(String, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters.
(Inherited from Logger.) | |
Fatal(Exception, String, Object) |
Writes the diagnostic message and exception at the Fatal level.
(Inherited from Logger.) | |
Fatal(IFormatProvider, String, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
(Inherited from Logger.) | |
Fatal(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Fatal level.
(Inherited from Logger.) | |
FatalT(T) |
Writes the diagnostic message at the Fatal level.
(Inherited from Logger.) | |
FatalT(IFormatProvider, T) |
Writes the diagnostic message at the Fatal level.
(Inherited from Logger.) | |
FatalTArgument(String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter.
(Inherited from Logger.) | |
FatalTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
(Inherited from Logger.) | |
FatalTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Fatal level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
FatalTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Fatal level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
Info(LogMessageGenerator) |
Writes the diagnostic message at the Info level.
(Inherited from Logger.) | |
Info(String) |
Writes the diagnostic message at the Info level.
(Inherited from Logger.) | |
Info(Exception, String) |
Writes the diagnostic message and exception at the Info level.
(Inherited from Logger.) | |
Info(String, Object) |
Writes the diagnostic message at the Info level using the specified parameters.
(Inherited from Logger.) | |
Info(Exception, String, Object) |
Writes the diagnostic message and exception at the Info level.
(Inherited from Logger.) | |
Info(IFormatProvider, String, Object) |
Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
(Inherited from Logger.) | |
Info(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Info level.
(Inherited from Logger.) | |
InfoT(T) |
Writes the diagnostic message at the Info level.
(Inherited from Logger.) | |
InfoT(IFormatProvider, T) |
Writes the diagnostic message at the Info level.
(Inherited from Logger.) | |
InfoTArgument(String, TArgument) |
Writes the diagnostic message at the Info level using the specified parameter.
(Inherited from Logger.) | |
InfoTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
(Inherited from Logger.) | |
InfoTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Info level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
InfoTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Info level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
IsEnabled |
Gets a value indicating whether logging is enabled for the specified level.
(Inherited from Logger.) | |
Log(LogEventInfo) |
Writes the specified diagnostic message.
(Inherited from Logger.) | |
Log(LogLevel, LogMessageGenerator) |
Writes the diagnostic message at the specified level.
(Inherited from Logger.) | |
Log(LogLevel, String) |
Writes the diagnostic message at the specified level.
(Inherited from Logger.) | |
Log(Type, LogEventInfo) |
Writes the specified diagnostic message.
(Inherited from Logger.) | |
Log(LogLevel, String, Object) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from Logger.) | |
Log(LogLevel, Exception, String, Object) |
Writes the diagnostic message and exception at the specified level.
(Inherited from Logger.) | |
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 Logger.) | |
Log(LogLevel, Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the specified level.
(Inherited from Logger.) | |
LogT(LogLevel, T) |
Writes the diagnostic message at the specified level.
(Inherited from Logger.) | |
LogT(LogLevel, IFormatProvider, T) |
Writes the diagnostic message at the specified level.
(Inherited from Logger.) | |
LogTArgument(LogLevel, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter.
(Inherited from Logger.) | |
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 Logger.) | |
LogTArgument1, TArgument2(LogLevel, String, TArgument1, TArgument2) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from Logger.) | |
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 Logger.) | |
LogTArgument1, TArgument2, TArgument3(LogLevel, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified parameters.
(Inherited from Logger.) | |
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 Logger.) | |
PushScopeNested(Object) |
Pushes new state on the logical context scope stack
(Inherited from Logger.) | |
PushScopeNestedT(T) |
Pushes new state on the logical context scope stack
(Inherited from Logger.) | |
PushScopeProperties(IReadOnlyCollectionKeyValuePairString, Object) |
Updates the ScopeContext with provided properties
(Inherited from Logger.) | |
PushScopePropertiesTValue(IReadOnlyCollectionKeyValuePairString, TValue) |
Updates the ScopeContext with provided properties
(Inherited from Logger.) | |
PushScopeProperty(String, Object) |
Updates the ScopeContext with provided property
(Inherited from Logger.) | |
PushScopePropertyTValue(String, TValue) |
Updates the ScopeContext with provided property
(Inherited from Logger.) | |
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 Logger.) | |
Swallow(Task) |
Logs an exception is logged at Error level if the provided task does not run to completion.
(Inherited from Logger.) | |
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 Logger.) | |
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 Logger.) | |
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 Logger.) | |
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 Logger.) | |
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 Logger.) | |
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 Logger.) | |
Trace(LogMessageGenerator) |
Writes the diagnostic message at the Trace level.
(Inherited from Logger.) | |
Trace(String) |
Writes the diagnostic message at the Trace level.
(Inherited from Logger.) | |
Trace(Exception, String) |
Writes the diagnostic message and exception at the Trace level.
(Inherited from Logger.) | |
Trace(String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
(Inherited from Logger.) | |
Trace(Exception, String, Object) |
Writes the diagnostic message and exception at the Trace level.
(Inherited from Logger.) | |
Trace(IFormatProvider, String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
(Inherited from Logger.) | |
Trace(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Trace level.
(Inherited from Logger.) | |
TraceT(T) |
Writes the diagnostic message at the Trace level.
(Inherited from Logger.) | |
TraceT(IFormatProvider, T) |
Writes the diagnostic message at the Trace level.
(Inherited from Logger.) | |
TraceTArgument(String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter.
(Inherited from Logger.) | |
TraceTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
(Inherited from Logger.) | |
TraceTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
TraceTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Trace level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
Warn(LogMessageGenerator) |
Writes the diagnostic message at the Warn level.
(Inherited from Logger.) | |
Warn(String) |
Writes the diagnostic message at the Warn level.
(Inherited from Logger.) | |
Warn(Exception, String) |
Writes the diagnostic message and exception at the Warn level.
(Inherited from Logger.) | |
Warn(String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters.
(Inherited from Logger.) | |
Warn(Exception, String, Object) |
Writes the diagnostic message and exception at the Warn level.
(Inherited from Logger.) | |
Warn(IFormatProvider, String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
(Inherited from Logger.) | |
Warn(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Warn level.
(Inherited from Logger.) | |
WarnT(T) |
Writes the diagnostic message at the Warn level.
(Inherited from Logger.) | |
WarnT(IFormatProvider, T) |
Writes the diagnostic message at the Warn level.
(Inherited from Logger.) | |
WarnTArgument(String, TArgument) |
Writes the diagnostic message at the Warn level using the specified parameter.
(Inherited from Logger.) | |
WarnTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
(Inherited from Logger.) | |
WarnTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Warn level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
WarnTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Warn level using the specified parameters.
(Inherited from Logger.) | |
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.
(Inherited from Logger.) | |
WithProperties |
Creates new logger that automatically appends the specified properties to all log events (without changing current logger)
With Properties property, all properties can be enumerated.
(Inherited from Logger.) | |
WithProperty |
Creates new logger that automatically appends the specified property to all log events (without changing current logger)
With Properties property, all properties can be enumerated.
(Inherited from Logger.) |
Name | Description | |
---|---|---|
LoggerReconfigured |
Occurs when logger configuration changes.
(Inherited from Logger.) |