Package de.unkrig.commons.util.logging.formatter

Useful Formatter implementations.

See:
          Description

Class Summary
PrettyPrintFormatter A Formatter that uses PrettyPrinter to beautify the log record's parameters, and then calls a delegate Formatter.
PrintfFormatter A Formatter that formats a LogRecord through a format string (as described for Formatter) which is specified through the de.unkrig.commons.util.logging.FormatFormatter.format logging property.
SelectiveFormatter A Formatter calls one of two delegates, depending on the evaluation result of a LogRecord Predicate.
 

Package de.unkrig.commons.util.logging.formatter Description

Useful Formatter implementations.