public class SimpleTextFormatter
extends java.util.logging.Formatter
| Constructor and Description | 
|---|
SimpleTextFormatter()  | 
| 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 java.lang.String format(java.util.logging.LogRecord record)
The resulting formatted String will normally include a localized and formated version of the LogRecord's message field. The Formatter.formatMessage convenience method can (optionally) be used to localize and format the message field.
format in class java.util.logging.Formatterrecord - the log record to be formatted.