Class XRSimpleLogFormatter
java.lang.Object
java.util.logging.Formatter
org.openpdf.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()
-
-
Method Details
-
format
-
formatMessage
Localize and format the message string from a log record.- Overrides:
formatMessagein classFormatter
-
getHead
-
getTail
-