|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.logging.Formatter de.axelwernicke.mypod.util.SingleLineFormatter
This class provides a logging formatter that gets single line output.
Constructor Summary | |
SingleLineFormatter()
|
Method Summary | |
java.lang.String |
format(java.util.logging.LogRecord record)
Formats a given log record. |
Methods inherited from class java.util.logging.Formatter |
formatMessage, getHead, getTail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SingleLineFormatter()
Method Detail |
public java.lang.String format(java.util.logging.LogRecord record)
record
- to format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |