Package mu
Types
Console Output Appender
Link copied to clipboard
Default Message Formatter
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A platform independent factory to create markers.
Link copied to clipboard
Kotlin Logging Configuration
Link copied to clipboard
Kotlin Logging Level
Link copied to clipboard
Link copied to clipboard
A class with logging capabilities and explicit logger name
Link copied to clipboard
Link copied to clipboard
Functions
is Logging Enabled
Link copied to clipboard
Link copied to clipboard
inline fun <T> withLoggingContext( vararg pair: Pair<String, String?>, restorePrevious: Boolean = true, body: () -> T): T
Content copied to clipboard
Use a vary number of pairs in MDC context. Example:
inline fun <T> withLoggingContext( pair: Pair<String, String?>, restorePrevious: Boolean = true, body: () -> T): T
Content copied to clipboard
Use a pair in MDC context. Example:
inline fun <T> withLoggingContext( map: Map<String, String?>, restorePrevious: Boolean = true, body: () -> T): T
Content copied to clipboard
Use a map in MDC context. Example: