setDefaultKSLog and KSLog#plus(KSLog)

This commit is contained in:
2022-07-31 19:06:57 +06:00
parent 35e3d02837
commit 0e01534562
3 changed files with 14 additions and 0 deletions

View File

@@ -110,3 +110,5 @@ fun KSLog(
).filtered { l, _, _ ->
minLoggingLevel.ordinal <= l.ordinal
}
fun setDefaultKSLog(newDefault: KSLog) { KSLog.default = newDefault }