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