public abstract class Formatter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
STACK_TRACE
Should we print a stack trace along with logging messages
|
| Constructor and Description |
|---|
Formatter() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
format(LogRecord record)
Formats the given log record as a String
|
String |
formatMessage(LogRecord record)
Formats the message string from a log record
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.