All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.programadorthi.routing.callloging.MDC.kt Maven / Gradle / Ivy

The newest version!
package dev.programadorthi.routing.callloging

public expect object MDC {
    public fun clear()

    public fun get(key: String): String?

    public fun getCopyOfContextMap(): Map?

    public fun remove(key: String)

    public fun setContextMap(contextMap: Map?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy