public class DefaultThrowableFormatter extends java.lang.Object implements ThrowableFormatter
| Constructor and Description |
|---|
DefaultThrowableFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.Throwable tr)
Format the data to a readable and loggable string.
|