LoggerConditionalDebug Method |
| Name | Description | |
|---|---|---|
| ConditionalDebugT(T) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
| ConditionalDebug(LogMessageGenerator) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
| ConditionalDebug(String) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
| ConditionalDebugT(IFormatProvider, T) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
| 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. | |
| 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. | |
| ConditionalDebug(Exception, String, Object) |
Writes the diagnostic message and exception at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. |