Overload List
Name | Description | |
---|---|---|
Severe(Exception) |
Logs a throwable at
LogLevel.Severe
. The message of the Throwable will be the message.
| |
Severe(String) |
Logs a message at
LogLevel.Severe
.
| |
Severe(String, Exception) |
Logs message with associated throwable information at
LogLevel.Severe
.
|
See Also