Class Summary |
FinegrainedTimestampingLogFormatter |
Extends TimestampingLogFormatter to include millisecond resolution in timestamps. |
Formatter |
Base class for Metron logging formatters. |
MultilineLogFormatter |
Produces "Multiline" Log Messages which place each of LEVEL, CLASS, METHOD, MSG, and TIME on a
separate line. |
TerseLogFormatter |
Produces "Terse" Log Messages which fit on one line and include just the level, method, class
name, and raw message. |
TerseMethodNameLogFormatter |
Produces "Terse" Log Messages which fit on one line and include just the level, method, class
name, and raw message. |
TimestampingLogFormatter |
Extends TerseLogFormatter to include a timestamp before each line. |
TimestampingMethodNameLogFormatter |
Extends TerseLogFormatter to include a timestamp before each line. |