public class TerseFormatter
extends java.util.logging.Formatter
| Constructor and Description |
|---|
TerseFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the given log record and return the formatted string.
|