public abstract class Formatter extends Object
Constructor and Description |
---|
Formatter() |
Modifier and Type | Method and Description |
---|---|
protected String |
buildFullMessage(String message,
Object... args) |
abstract String |
buildLog(Level level,
String loggerName,
String message,
Throwable thr,
Object... args) |
protected String |
formatArgument(Object arg) |
protected int |
getCallerLineNumber() |
protected String |
getCurrentThread() |
protected String |
getTime() |
protected String |
stackTraceToString(Throwable e) |
Copyright © 2010-2015. All Rights Reserved.