public class PrettyPrintFormatter extends Formatter
Formatter that uses PrettyPrinter to beautify the log record's parameters, and then calls a
 delegate Formatter.| Constructor and Description | 
|---|
| PrettyPrintFormatter() | 
| PrettyPrintFormatter(Formatter delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | format(LogRecord record) | 
formatMessage, getHead, getTailpublic PrettyPrintFormatter()
                     throws ParseException,
                            EvaluationException
ParseExceptionEvaluationExceptionpublic PrettyPrintFormatter(Formatter delegate)
Copyright © 2018 Arno Unkrig. All rights reserved.