MDCReference

case
class MDCReference(key: String, default: () => Any, prefix: Option[FormatBlock], postfix: Option[FormatBlock]) extends FormatBlock
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def format[M](record: LogRecord[M]): LogOutput
Definition Classes

Inherited methods

def abbreviate(maxLength: Int, padded: Boolean, separator: Char, removeEntries: Boolean, abbreviateName: Boolean): FormatBlock
Inherited from
FormatBlock
Inherited from
FormatBlock
def mapPlain(f: String => String): FormatBlock
Inherited from
FormatBlock
def padRight(length: Int, padding: Char): FormatBlock
Inherited from
FormatBlock
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product