Skip to content

Commit a176668

Browse files
authored
Update LazinessMain.kt
1 parent 7cfb001 commit a176668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin-logging/src/main/kotlin/com/baeldung/logging/LazinessMain.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.baeldung.logging
22

3-
import mu.KotlinLogging
3+
import io.github.oshai.kotlinlogging.KotlinLogging
44

55
private val logger = KotlinLogging.logger {}
66

@@ -13,4 +13,4 @@ fun main() {
1313
logger.trace("Running big evaluation: ${bigEvaluationFunction("eagerly")}")
1414

1515
logger.trace { "Running big evaluation: ${bigEvaluationFunction("lazily")}" }
16-
}
16+
}

0 commit comments

Comments
 (0)