mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 05:57:14 +00:00
KSLog factory fix
This commit is contained in:
parent
7c0650e2df
commit
dc50977c9a
@ -2,6 +2,8 @@
|
||||
|
||||
## 1.1.1
|
||||
|
||||
* Rollback `KSLog` with `String` arg factory to use `DefaultKSLog`
|
||||
|
||||
## 1.1.0
|
||||
|
||||
* `Kotlin`: `1.8.20`
|
||||
|
@ -68,7 +68,7 @@ internal val printlnLogging: (level: LogLevel, tag: String, message: Any, throwa
|
||||
|
||||
fun KSLog(
|
||||
defaultTag: String,
|
||||
): KSLog = TagLogger(defaultTag)
|
||||
): KSLog = DefaultKSLog(defaultTag)
|
||||
|
||||
fun KSLog(
|
||||
defaultTag: String,
|
||||
|
Loading…
Reference in New Issue
Block a user