ILoggerExtensionsConditionalDebug Method |
Name | Description | |
---|---|---|
ConditionalDebug(ILogger, LogMessageGenerator) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebug(ILogger, String) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebugT(ILogger, T) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebug(ILogger, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebugT(ILogger, IFormatProvider, T) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebugTArgument(ILogger, String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebug(ILogger, Exception, String, Object) |
Writes the diagnostic message and exception at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebug(ILogger, IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebugTArgument1, TArgument2(ILogger, 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. | |
ConditionalDebug(ILogger, Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
ConditionalDebugTArgument1, TArgument2, TArgument3(ILogger, 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. |