Formatter

scribe.format.Formatter$
See theFormatter companion trait
object Formatter

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Formatter.type

Members list

Value members

Concrete methods

Concrete fields

lazy val advanced: Formatter

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). The default format.

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). The default format.

Attributes

lazy val classic: Formatter

A classic logging style including the date, thread name (abbreviated), level, position, message, and MDC

A classic logging style including the date, thread name (abbreviated), level, position, message, and MDC

Attributes

lazy val colored: Formatter

Only includes the log message and MDC, but the message is colored based on the logging level

Only includes the log message and MDC, but the message is colored based on the logging level

Attributes

lazy val compact: Formatter

Colored, but more compact output to show more on a single line

Colored, but more compact output to show more on a single line

Attributes

The default formatter. This is used as a default when the formatter isn't explicitly specified. Defaults to enhanced.

The default formatter. This is used as a default when the formatter isn't explicitly specified. Defaults to enhanced.

Attributes

lazy val enhanced: Formatter

A rich log output format with coloring and lots of details. The original default format, but has been replaced by default multi-line with "advanced".

A rich log output format with coloring and lots of details. The original default format, but has been replaced by default multi-line with "advanced".

Attributes

lazy val simple: Formatter

Only includes the log message and MDC

Only includes the log message and MDC

Attributes

lazy val strict: Formatter

A strict format with a focus on consistent width.

A strict format with a focus on consistent width.

Attributes