You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I know the current way to customize log writer. And I also successfully implement my own writer.
But if we implement a class to inherit CommonWriter, providing customization by overriding base log method seems to be pointless. Because the inheritor cannot access the formatter.
Kermit/kermit-core/src/commonMain/kotlin/co/touchlab/kermit/CommonWriter.kt
Line 19 in 8e20fa5
At now CommonWriter's formatter is private, which make it impossible to use custom formatter when inheriting writer. See below
The text was updated successfully, but these errors were encountered: