|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
com.metsci.glimpse.util.logging.format.Formatter
com.metsci.glimpse.util.logging.format.TerseMethodNameLogFormatter
com.metsci.glimpse.util.logging.format.TimestampingMethodNameLogFormatter
public class TimestampingMethodNameLogFormatter
Extends TerseLogFormatter to include a timestamp before each line.
Constructor Summary | |
---|---|
TimestampingMethodNameLogFormatter()
|
Method Summary | |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
This method should be called via super.format(record) as the first line of any subclass format method. |
Methods inherited from class java.util.logging.Formatter |
---|
formatMessage, getHead, getTail |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimestampingMethodNameLogFormatter()
Method Detail |
---|
public java.lang.String format(java.util.logging.LogRecord record)
Formatter
format
in class TerseMethodNameLogFormatter
Formatter.format(java.util.logging.LogRecord)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |