public class ConsoleLogFormatter extends Formatter
java.util.logging.Formatter.
Produces single line log reports meant to go to the console.| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_TRACE
System property key to enable trace messages.
|
| Constructor and Description |
|---|
ConsoleLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(LogRecord record)
Format the given LogRecord.
|
formatMessage, getHead, getTailpublic static String KEY_TRACE
Copyright © 2004-2020 EPICS. All Rights Reserved.