Package org.xhtmlrenderer.util
Class XRSimpleLogFormatter
java.lang.Object
java.util.logging.Formatter
org.xhtmlrenderer.util.XRSimpleLogFormatter
A java.util.logging.Formatter class that writes a bare-bones log messages,
with no origin class name and no date/time.
- Author:
- Patrick Wright
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the given log record and return the formatted string.formatMessage
(LogRecord record) Localize and format the message string from a log record.Return the header string for a set of formatted records.Return the tail string for a set of formatted records.
-
Constructor Details
-
XRSimpleLogFormatter
public XRSimpleLogFormatter()Constructor for the XRSimpleLogFormatter object
-
-
Method Details
-
format
Format the given log record and return the formatted string. -
formatMessage
Localize and format the message string from a log record.- Overrides:
formatMessage
in classFormatter
- Parameters:
record
- PARAM- Returns:
- Returns
-
getHead
Return the header string for a set of formatted records. -
getTail
Return the tail string for a set of formatted records.
-