public final class JDKLoggingFormater extends Formatter
With JDK 7+, it is possible to pass in the format from the "java.util.logging.SimpleFormatter.format" parameter to the JVM. Use the parameter instead of this class when JDK6 is not supported any more.
| Constructor and Description |
|---|
JDKLoggingFormater() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(LogRecord record) |
formatMessage, getHead, getTailCopyright © 2010-2020 Wren Security. All Rights Reserved.