Skip to content

Commit b231bfc

Browse files
authored
Update DifferentMethodsOfCreatingLogger.kt
1 parent e33ece9 commit b231bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.baeldung.logging
33
import mu.KLoggable
44
import mu.KLogger
55
import mu.KLogging
6-
import mu.KotlinLogging
6+
import io.github.oshai.kotlinlogging.KotlinLogging
77

88
private val staticLogger = KotlinLogging.logger {}
99

0 commit comments

Comments
 (0)