Packages

object MDC

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MDC
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[Return](f: (MDC) => Return): Return
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def contains(key: String): Boolean
  9. def context[Return](values: (String, MDCValue)*)(f: => Return): Return
  10. def contextualize[Return](mdc: MDC)(f: => Return): Return

    Sets the instance for the current context for the duration of the function f.

  11. var creator: (Option[MDC]) => MDC

    The function to create MDC instances.

    The function to create MDC instances. Receives the parent and creates a new MDC instance. By default, this will use MDCMap, but this can be replaced to provide a different implementation.

  12. def elapsed(key: String = "elapsed", timeFunction: () => Long = Time.function): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def get(key: String): Option[Any]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getOrElse(key: String, default: => Any): Any
  18. lazy val global: MDC

    Global MDC instance.

    Global MDC instance. By default, all instances of MDC inherit from this.

  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. implicit def instance: MDC

    Convenience implicit to get the current instance of MDC from the manager

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. var manager: MDCManager

    The MDCManager responsible for retrieving an MDC instance for the context.

    The MDCManager responsible for retrieving an MDC instance for the context. By default this uses MDCThreadLocal but can replaced with something more advanced.

  23. def map: Map[String, () => Any]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def remove(key: String): Option[Any]
  28. def set(key: String, value: Option[Any]): Option[Any]
  29. def set(mdc: MDC): Unit

    Sets the instance for the current context

  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def update(key: String, value: => Any): Option[Any]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped