public class OneLineFormatter
extends java.util.logging.Formatter
| Constructor and Description |
|---|
OneLineFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord logRecord)
Format the given LogRecord.
|
public java.lang.String format(java.util.logging.LogRecord logRecord)
This method can be overridden in a subclass.
It is recommended to use the Formatter.formatMessage(java.util.logging.LogRecord)
convenience method to localize and format the message field.
format in class java.util.logging.FormatterlogRecord - the log record to be formatted.