File tree 2 files changed +5
-4
lines changed
integration/kotlinx-coroutines-slf4j
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
dependencies {
6
- compile (" org.slf4j:slf4j-api:1.7.25 " )
7
- testCompile (" io.github.microutils:kotlin-logging:1.5.4 " )
8
- testRuntime (" ch.qos.logback:logback-classic:1.2.3 " )
9
- testRuntime (" ch.qos.logback:logback-core:1.2.3 " )
6
+ implementation (" org.slf4j:slf4j-api:1.7.32 " )
7
+ testImplementation (" io.github.microutils:kotlin-logging:2.1.0 " )
8
+ testRuntimeOnly (" ch.qos.logback:logback-classic:1.2.7 " )
9
+ testRuntimeOnly (" ch.qos.logback:logback-core:1.2.7 " )
10
10
}
11
11
12
12
externalDocumentationLink(
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public class MDCContext(
43
43
/* *
44
44
* The value of [MDC] context map.
45
45
*/
46
+ @Suppress(" MemberVisibilityCanBePrivate" )
46
47
public val contextMap : MDCContextMap = MDC .getCopyOfContextMap()
47
48
) : ThreadContextElement<MDCContextMap>, AbstractCoroutineContextElement(Key ) {
48
49
/* *
You can’t perform that action at this time.
0 commit comments