com.mays.util
Class SingleLineFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
com.mays.util.SingleLineFormatter
public class SingleLineFormatter
- extends SimpleFormatter
Log on a single line with less verbosity.
- Author:
- Eric Mays
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleLineFormatter
public SingleLineFormatter()
format
public String format(LogRecord rec)
- Show 24hr time, level, message, and class.method.
Tabs appear around the message for easier post processing and console
reading.
- Overrides:
format in class SimpleFormatter
- See Also:
SimpleFormatter.format(java.util.logging.LogRecord)