LoggingContext

expect class LoggingContext(source)

Wraps a platform-specific representation of the thread-local logging context fields. On the JVM, this uses SLF4J's MDC context map.

This type is returned by getCopyOfLoggingContext, and can be passed to one of the withLoggingContext overloads in order to copy logging context between threads.

actual class LoggingContext(source)