public class BriefLogFormatter
extends java.util.logging.Formatter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord logRecord)
Format the log record as follows:
Date Level Message ExceptionTrace
|