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 7cfb001 commit a176668Copy full SHA for a176668
kotlin-logging/src/main/kotlin/com/baeldung/logging/LazinessMain.kt
@@ -1,6 +1,6 @@
1
package com.baeldung.logging
2
3
-import mu.KotlinLogging
+import io.github.oshai.kotlinlogging.KotlinLogging
4
5
private val logger = KotlinLogging.logger {}
6
@@ -13,4 +13,4 @@ fun main() {
13
logger.trace("Running big evaluation: ${bigEvaluationFunction("eagerly")}")
14
15
logger.trace { "Running big evaluation: ${bigEvaluationFunction("lazily")}" }
16
-}
+}
0 commit comments