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