public abstract class FormatterImpl extends Formatter
Constructor and Description |
---|
FormatterImpl() |
Modifier and Type | Method and Description |
---|---|
protected String |
getRecordInfo(LogRecord event,
String newline)
Note that this format is likely to change in the future.
|
protected String |
getStackTraceAsString(Throwable e,
String newline,
String indent)
Deprecated.
Use
Throwable.printStackTrace(PrintStream) with
StackTracePrintStream instead. |
format, formatMessage
protected String getRecordInfo(LogRecord event, String newline)
Date LoggerName\nLEVEL:Most formatters will append the message right after the colon
@Deprecated protected String getStackTraceAsString(Throwable e, String newline, String indent)
Throwable.printStackTrace(PrintStream)
with
StackTracePrintStream
instead.Copyright © 2018. All rights reserved.