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

main.misk.logging.Mdc.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.23.190942-fac7598
Show newest version
package misk.logging

interface Mdc {
  fun put(key: String, value: String?)

  fun get(key: String): String?

  fun clear()
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy