public class PrettyPrintFormatter
extends java.util.logging.Formatter
Formatter that uses PrettyPrinter to beautify the log record's parameters, and then calls a
delegate Formatter.| Constructor and Description |
|---|
PrettyPrintFormatter() |
PrettyPrintFormatter(java.util.logging.Formatter delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record) |
public PrettyPrintFormatter()
throws ParseException,
EvaluationException
ParseExceptionEvaluationExceptionpublic PrettyPrintFormatter(java.util.logging.Formatter delegate)