InternalLoggerFatal Method |
Name | Description | |
---|---|---|
Fatal(String) |
Logs the specified message without an Exception at the Fatal level.
| |
Fatal(Exception, String) |
Logs the specified message with an Exception at the Fatal level.
| |
Fatal(String, Object) |
Logs the specified message without an Exception at the Fatal level.
| |
FatalTArgument1(String, TArgument1) |
Logs the specified message without an Exception at the Trace level.
| |
Fatal(Exception, String, Object) |
Logs the specified message with an Exception at the Fatal level.
| |
FatalTArgument1, TArgument2(String, TArgument1, TArgument2) |
Logs the specified message without an Exception at the Trace level.
| |
FatalTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Logs the specified message without an Exception at the Trace level.
|