Package org.epics.ca.util.logging
Class ConsoleLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- org.epics.ca.util.logging.ConsoleLogFormatter
-
public class ConsoleLogFormatter extends java.util.logging.FormatterAn implementation ofjava.util.logging.Formatter. Produces single line log reports meant to go to the console.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKEY_TRACESystem property key to enable trace messages.
-
Constructor Summary
Constructors Constructor Description ConsoleLogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat(java.util.logging.LogRecord record)Format the given LogRecord.
-
-
-
Field Detail
-
KEY_TRACE
public static final java.lang.String KEY_TRACE
System property key to enable trace messages.- See Also:
- Constant Field Values
-
-