|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
org.xhtmlrenderer.util.XRSimpleLogFormatter
public class XRSimpleLogFormatter
A java.util.logging.Formatter class that writes a bare-bones log messages, with no origin class name and no date/time.
Constructor Summary | |
---|---|
XRSimpleLogFormatter()
Constructor for the XRSimpleLogFormatter object |
Method Summary | |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the given log record and return the formatted string. |
java.lang.String |
formatMessage(java.util.logging.LogRecord record)
Localize and format the message string from a log record. |
java.lang.String |
getHead(java.util.logging.Handler h)
Return the header string for a set of formatted records. |
java.lang.String |
getTail(java.util.logging.Handler h)
Return the tail string for a set of formatted records. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XRSimpleLogFormatter()
Method Detail |
---|
public java.lang.String format(java.util.logging.LogRecord record)
format
in class java.util.logging.Formatter
record
- PARAM
public java.lang.String formatMessage(java.util.logging.LogRecord record)
formatMessage
in class java.util.logging.Formatter
record
- PARAM
public java.lang.String getHead(java.util.logging.Handler h)
getHead
in class java.util.logging.Formatter
h
- PARAM
public java.lang.String getTail(java.util.logging.Handler h)
getTail
in class java.util.logging.Formatter
h
- PARAM
|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |