MDC

besom.internal.logging$.MDC
See theMDC companion object
class MDC[A](inner: MDC) extends MDC

Attributes

Companion
object
Graph
Supertypes
trait MDC
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def +[B](key: Key[A], value: A)(using NotGiven[A <:< B]): MDC[A & B]
def apply[R](block: MDC[A] ?=> R): R
def get[B](key: Key[B])(using ev: A <:< B): B
def put[B](key: Key[A], value: A)(using NotGiven[A <:< B]): MDC[A & B]

Exports

Defined exports

def map: Map[String, () => Any]
Exported from MDC