mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-11-11 08:50:17 +00:00
fixes
This commit is contained in:
@@ -5,6 +5,6 @@ import kotlin.jvm.JvmInline
|
||||
@JvmInline
|
||||
value class TagLogger(val tag: String) : KSLog {
|
||||
override fun performLog(level: LogLevel, tag: String?, message: String, throwable: Throwable?) {
|
||||
KSLog.performLog(level, tag ?: tag, message, throwable)
|
||||
KSLog.performLog(level, tag ?: this.tag, message, throwable)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user