A multi-line formatter that includes expanded log information on the first line, and indented and auto-wrapping message and MDC on the following line(s).
A classic logging style including the date, thread name (abbreviated), level, position, message, and MDC
Only includes the log message and MDC, but the message is colored based on the logging level
Colored, but more compact output to show more on a single line
The default formatter.
The default formatter. This is used as a default when the formatter isn't explicitly specified. Defaults to enhanced.
A rich log output format with coloring and lots of details.
A rich log output format with coloring and lots of details. The default format.
Only includes the log message and MDC
A strict format with a focus on consistent width.