|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
com.caucho.log.TimestampFormatter
@Module public class TimestampFormatter
Formats a timestamp
Constructor Summary | |
---|---|
TimestampFormatter()
Create formatter. |
Method Summary | |
---|---|
java.lang.String |
format(java.util.logging.LogRecord log)
Formats the record |
void |
setTimestamp(java.lang.String timestamp)
|
void |
setValue(java.lang.String timestamp)
|
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 TimestampFormatter()
Method Detail |
---|
public void setValue(java.lang.String timestamp)
public void setTimestamp(java.lang.String timestamp)
public java.lang.String format(java.util.logging.LogRecord log)
format
in class java.util.logging.Formatter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |