LoggerWarn Method |
Name | Description | |
---|---|---|
Warn(LogMessageGenerator) |
Writes the diagnostic message at the Warn level.
| |
Warn(String) |
Writes the diagnostic message at the Warn level.
| |
WarnT(T) |
Writes the diagnostic message at the Warn level.
| |
Warn(Exception, String) |
Writes the diagnostic message and exception at the Warn level.
| |
WarnT(IFormatProvider, T) |
Writes the diagnostic message at the Warn level.
| |
Warn(String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters.
| |
WarnTArgument(String, TArgument) |
Writes the diagnostic message at the Warn level using the specified parameter.
| |
Warn(Exception, String, Object) |
Writes the diagnostic message and exception at the Warn level.
| |
Warn(IFormatProvider, String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
| |
WarnTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
| |
WarnTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Warn level using the specified parameters.
| |
Warn(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Warn level.
| |
WarnTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
| |
WarnTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Warn level using the specified parameters.
| |
WarnTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
|