Skip to content

Commit 4928dfb

Browse files
authored
Update DifferentMethodsOfCreatingLogger.kt
1 parent b231bfc commit 4928dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

3-
import mu.KLoggable
4-
import mu.KLogger
5-
import mu.KLogging
3+
import io.github.oshai.kotlinlogging.KLoggable
4+
import io.github.oshai.kotlinlogging.KLogger
5+
import io.github.oshai.kotlinlogging.KLogging
66
import io.github.oshai.kotlinlogging.KotlinLogging
77

88
private val staticLogger = KotlinLogging.logger {}

0 commit comments

Comments
 (0)