public class SimpleLineFormatter extends SimpleFormatter
This simple formatter extends the simple formatter provided by the Java logging framework and behaves pretty equally except that it does print all messages into one line.
| Constructor and Description |
|---|
SimpleLineFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(LogRecord record) |
formatMessage, getHead, getTailpublic String format(LogRecord record)
format in class SimpleFormatterCopyright © 2014 jwall.org. All rights reserved.