Kermit icon indicating copy to clipboard operation
Kermit copied to clipboard

Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility.

Results 72 Kermit issues
Sort by recently updated
recently updated
newest added

Gradle is unable to resolve dependencies when `kotlin-test:1.7.0` with `kermit-koin:1.1.3`. ``` 'co.touchlab:kermit-koin:1.1.3' (debugRuntimeElements-published) --> 'co.touchlab:kermit-koin-android-debug:1.1.3' (debugRuntimeElements-published) --> 'org.jetbrains.kotlin:kotlin-test:1.6.20' 'org.jetbrains.kotlin:kotlin-test:{strictly 1.6.20}' because of the following reason: debugRuntimeClasspath uses version 1.6.20 ```

If someone is interested : https://github.com/aclassen/kermit-appcenter Unfortunately AppCenter does not support simple logging and also not adding properties to the crash that will be send by the sdk. So the...

Not sure if this is an actual issue, or just a clarification needed on the README when setting up Kermit with Bugsnag, but I found myself having to add the...

I'm using Kermit 1.1.3 with the co.touchlab:kermit-sentry plugin. Everything seems to work fine on Android, but on the native side it's not working properly. I've tried building for a real...

A crash occurs on iOS devices if one tries to log a message containing the string "%n". The minimal repro case I could find is simply: `Log.i { "%n" }`...

Is the documentation at https://github.com/touchlab/Kermit/blob/main/docs/LOG_WRITER.md outdated? Setting NSLogWriter doesn't work because the class is not found. Same for the others except CommonWriter.

While reading the documentation I can't find any hints on logging on a desktop JVM. Isn't that supported or did I just miss something. Actually I was hoping to find...

Koin extension not publishing for all targets