ILoggerFatal Method |
Name | Description | |
---|---|---|
FatalT(T) |
Writes the diagnostic message at the Fatal level.
| |
Fatal(LogMessageGenerator) |
Writes the diagnostic message at the Fatal level.
| |
Fatal(String) |
Writes the diagnostic message at the Fatal level.
| |
Fatal(Exception, String) |
Writes the diagnostic message and exception at the Fatal level.
| |
FatalT(IFormatProvider, T) |
Writes the diagnostic message at the Fatal level.
| |
Fatal(String, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters.
| |
FatalTArgument(String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter.
| |
Fatal(Exception, String, Object) |
Writes the diagnostic message and exception at the Fatal level.
| |
Fatal(IFormatProvider, String, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
| |
FatalTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
| |
FatalTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Fatal level using the specified parameters.
| |
Fatal(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Fatal level.
| |
FatalTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
| |
FatalTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Fatal level using the specified parameters.
| |
FatalTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
|