private static class CentralLoggerFallback.SimpleLogFormatter
extends java.util.logging.Formatter
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
LINE_SEPARATOR
The line separator on the system.
|
| Modifier | Constructor and Description |
|---|---|
private |
SimpleLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Returns the string representation of the log record.
|
private static final java.lang.String LINE_SEPARATOR
public java.lang.String format(java.util.logging.LogRecord record)
CentralLogFormatter.format in class java.util.logging.Formatterrecord - A log record.