<https://kotlinlang.slack.com/archives/C2YH04E3S/p...
# library-development
e
the unfortunate state of available logging libraries for Kotlin Multiplatform
I've been using Khronicle with very little issue. Is there something specific that kmp-log provides that other solutions don't?
m
• It doesn't support
WasmWasi
• It doesn't support
AndroidNative
• It doesn't support
WatchOS
• It doesn't support
TVOS
• It doesn't support
Log.Level.Fatal
logging with abort handling (like
android.util.Log.wtf
• It doesn't support domain names • It doesn't support log chunking to system out which is required for for
Android
,
AndroidNative
,
Js/WasmJs
Node,
Js/WasmJs
Browser ◦ They have max log limits of
4_000
,
1_000
,
8_000
, and
2_000
respectively. • It's too complex for my blood • It has dependencies (other than kotlin stdlib)