Skip to content

Commit fe1eaea

Browse files
stevensJourneysimolus3
authored andcommitted
Update core/src/commonMain/kotlin/com/powersync/utils/Log.kt
1 parent 14dfd40 commit fe1eaea

File tree

1 file changed

+4
-1
lines changed
  • core/src/commonMain/kotlin/com/powersync/utils

1 file changed

+4
-1
lines changed

core/src/commonMain/kotlin/com/powersync/utils/Log.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package com.powersync.utils
22

33
import BuildConfig
4-
import co.touchlab.kermit.*
4+
import co.touchlab.kermit.Logger
5+
import co.touchlab.kermit.Severity
6+
import co.touchlab.kermit.StaticConfig
7+
import co.touchlab.kermit.platformLogWriter
58

69
/*
710
* Generates a logger with the appropriate severity level based on the build type

0 commit comments

Comments
 (0)