public class JavaUtilLoggingTextFormatter
extends java.util.logging.Formatter
Constructor and Description |
---|
JavaUtilLoggingTextFormatter()
Create a new JavaUtilLoggingTextLogFormatter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the given log record and return the formatted string.
|
public JavaUtilLoggingTextFormatter()
public java.lang.String format(java.util.logging.LogRecord record)
Format the given log record and return the formatted string.
The resulting formatted String will normally include a localized and formated version of the LogRecord's message field.
format
in class java.util.logging.Formatter
record
- the log record to be formatted