| Interface | Description |
|---|---|
| ThrowableFormatter |
The throwable formatter used to format the throwable when log a message with throwable.
|
| Class | Description |
|---|---|
| DefaultThrowableFormatter |
Simply put each stack trace(method name, source file and line number) of the throwable
in a single line.
|