implicit final class LogContextKeyWrapper extends AnyVal
Adds support for hierarchical log context on keys
- Alphabetic
- By Inheritance
- LogContextKeyWrapper
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LogContextKeyWrapper(logContext: LogContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def child(key: Key): LogContext
Creates a new context by appending one child per component (catalog, layer, key) of the partition key passed.
Creates a new context by appending one child per component (catalog, layer, key) of the partition key passed.
- key
the partition key
- returns
the child context
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logContext: LogContext
- def toString(): String
- Definition Classes
- Any