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 b231bfc commit 4928dfbCopy full SHA for 4928dfb
kotlin-logging/src/main/kotlin/com/baeldung/logging/DifferentMethodsOfCreatingLogger.kt
@@ -1,8 +1,8 @@
1
package com.baeldung.logging
2
3
-import mu.KLoggable
4
-import mu.KLogger
5
-import mu.KLogging
+import io.github.oshai.kotlinlogging.KLoggable
+import io.github.oshai.kotlinlogging.KLogger
+import io.github.oshai.kotlinlogging.KLogging
6
import io.github.oshai.kotlinlogging.KotlinLogging
7
8
private val staticLogger = KotlinLogging.logger {}
0 commit comments