refactor(logging): introduce custom FastLogger and replace direct Android logging
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package dev.meloda.fast.ui.common
|
||||
|
||||
import androidx.compose.runtime.compositionLocalOf
|
||||
import dev.meloda.fast.logger.FastLogger
|
||||
|
||||
val LocalLogger = compositionLocalOf { FastLogger.getInstance() }
|
||||
Reference in New Issue
Block a user