public class BriefestLogFormatter
extends java.util.logging.Formatter
| Constructor and Description |
|---|
BriefestLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
A Custom format implementation that is designed for brevity.
|