object Formatter
- Alphabetic
- By Inheritance
- Formatter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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).
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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val classic: Formatter
A classic logging style including the date, thread name (abbreviated), level, position, message, and MDC
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- lazy val colored: Formatter
Only includes the log message and MDC, but the message is colored based on the logging level
- lazy val compact: Formatter
Colored, but more compact output to show more on a single line
- var default: Formatter
The default formatter.
The default formatter. This is used as a default when the formatter isn't explicitly specified. Defaults to enhanced.
- lazy val enhanced: Formatter
A rich log output format with coloring and lots of details.
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".
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromBlocks(blocks: FormatBlock*): Formatter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- lazy val simple: Formatter
Only includes the log message and MDC
- lazy val strict: Formatter
A strict format with a focus on consistent width.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated