public class ConsoleLogFormatter
extends java.util.logging.Formatter
java.util.logging.Formatter.
Produces single line log reports meant to go to the console.| Constructor and Description |
|---|
ConsoleLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the given LogRecord.
|