Formatter

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

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Concrete fields

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 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).

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

A rich log output format with coloring and lots of details. The default format.

A rich log output format with coloring and lots of details. The default format.

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