kmp-logging
Installation
SKILL.md
KMP Logging (Kermit)
Overview
Kermit (Touchlab) is the standard KMP logging library — log from commonMain and it writes to Logcat on Android and OSLog on iOS automatically (console on JS). Current version 2.0.7. Logs flow through composable LogWriters, so you can also send them to Crashlytics/Bugsnag.
When to use
- Logging from shared code (
commonMain) - Tagged loggers per class/feature
- Sending warnings/errors to crash reporting
- Controlling verbosity per build (
minSeverity)