object Formatter
- Alphabetic
- By Inheritance
- Formatter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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).
-
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( ... ) @native()
-
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 default format.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromBlocks(blocks: FormatBlock*): Formatter
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()