case class ErrorLoggingContext(logger: TracedLogger, properties: Map[String, String], traceContext: TraceContext) extends ContextualizedErrorLogger with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorLoggingContext
- Serializable
- Product
- Equals
- ContextualizedErrorLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ErrorLoggingContext(logger: TracedLogger, properties: Map[String, String], traceContext: TraceContext)
Value Members
- def correlationId: Option[String]
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- def error(message: String, throwable: Throwable): Unit
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- def error(message: String): Unit
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- def info(message: String, throwable: Throwable): Unit
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- def info(message: String): Unit
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- def logError(err: BaseError, extra: Map[String, String]): Unit
Log the cause while adding the context into the MDC
Log the cause while adding the context into the MDC
We add the context twice to the MDC: first, every map item is added directly and then we add a second string version as "err-context". When we log to file, we add the err-context to the log output. When we log to JSON, we ignore the err-context field.
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- val logger: TracedLogger
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Map[String, String]
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- val traceContext: TraceContext
- def warn(message: String, throwable: Throwable): Unit
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger
- def warn(message: String): Unit
- Definition Classes
- ErrorLoggingContext → ContextualizedErrorLogger