LoggerDebug Method |
Name | Description | |
---|---|---|
DebugT(T) |
Writes the diagnostic message at the Debug level.
| |
Debug(LogMessageGenerator) |
Writes the diagnostic message at the Debug level.
| |
Debug(String) |
Writes the diagnostic message at the Debug level.
| |
Debug(Exception, String) |
Writes the diagnostic message and exception at the Debug level.
| |
DebugT(IFormatProvider, T) |
Writes the diagnostic message at the Debug level.
| |
Debug(String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
| |
DebugTArgument(String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter.
| |
Debug(Exception, String, Object) |
Writes the diagnostic message and exception at the Debug level.
| |
Debug(IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
| |
DebugTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
| |
DebugTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Debug level using the specified parameters.
| |
Debug(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Debug level.
| |
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.
| |
DebugTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Debug level using the specified parameters.
| |
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.
|