|
||||||||||
| 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 | |
|---|---|
String |
format(LogRecord record)
Format the given log record and return the formatted string. |
String |
formatMessage(LogRecord record)
Localize and format the message string from a log record. |
String |
getHead(Handler h)
Return the header string for a set of formatted records. |
String |
getTail(Handler h)
Return the tail string for a set of formatted records. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XRSimpleLogFormatter()
| Method Detail |
|---|
public String format(LogRecord record)
format in class Formatterrecord - PARAM
public String formatMessage(LogRecord record)
formatMessage in class Formatterrecord - PARAM
public String getHead(Handler h)
getHead in class Formatterh - PARAM
public String getTail(Handler h)
getTail in class Formatterh - PARAM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||