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