Skip to content

Commit ed60e02

Browse files
committed
Change visibility of DefaultLogger
Signed-off-by: matt-ramotar <[email protected]>
1 parent b9677a7 commit ed60e02

File tree

1 file changed

+1
-1
lines changed
  • store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl

1 file changed

+1
-1
lines changed

store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/DefaultLogger.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.mobilenativefoundation.store.store5.Logger
66
/**
77
* Default implementation of [Logger] using the Kermit logging library.
88
*/
9-
class DefaultLogger : Logger {
9+
internal class DefaultLogger : Logger {
1010

1111
private val delegate =
1212
co.touchlab.kermit.Logger.apply {

0 commit comments

Comments
 (0)