We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33ece9 commit b231bfcCopy full SHA for b231bfc
kotlin-logging/src/main/kotlin/com/baeldung/logging/DifferentMethodsOfCreatingLogger.kt
@@ -3,7 +3,7 @@ package com.baeldung.logging
3
import mu.KLoggable
4
import mu.KLogger
5
import mu.KLogging
6
-import mu.KotlinLogging
+import io.github.oshai.kotlinlogging.KotlinLogging
7
8
private val staticLogger = KotlinLogging.logger {}
9
0 commit comments