mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-09-15 04:59:37 +00:00
taggedLogger
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
**THIS UPDATE CONTAINS BREAKING CHANGES**
|
||||
|
||||
* **BREAKING CHANGE** Any `KSLog` now accept any object. It was made to allow to work with structured logging
|
||||
* New factory for `TagLogger`: fun `taggedLogger`
|
||||
|
||||
## 0.3.2
|
||||
|
||||
|
@@ -4,3 +4,5 @@ val Any.logTag
|
||||
get() = this::class.simpleName ?: error("Unable to retrieve log tag")
|
||||
val Any.logger: KSLog
|
||||
get() = TagLogger(logTag)
|
||||
|
||||
fun taggedLogger(tagBase: Any): KSLog = tagBase.logger
|
||||
|
Reference in New Issue
Block a user