mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-12-26 06:45:46 +00:00
a lot of changes and improvements
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
||||
@@ -1,4 +0,0 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
|
||||
get() = printlnLogging
|
||||
Reference in New Issue
Block a user