public class BriefLogFormatter
extends java.util.logging.Formatter
handlers=java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter=org.dstadler.commons.logging.jdk.BriefLogFormatter
and set the following system property:
-Djava.util.logging.config.file=logging.properties| Constructor and Description |
|---|
BriefLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
A Custom format implementation that is designed for brevity.
|