mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-29 10:30:05 +00:00
setDefaultKSLog and KSLog#plus(KSLog)
This commit is contained in:
@@ -110,3 +110,5 @@ fun KSLog(
|
||||
).filtered { l, _, _ ->
|
||||
minLoggingLevel.ordinal <= l.ordinal
|
||||
}
|
||||
|
||||
fun setDefaultKSLog(newDefault: KSLog) { KSLog.default = newDefault }
|
||||
|
||||
Reference in New Issue
Block a user