oshai/kotlin-logging
Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 84
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 3716
- days_rel: 98
- days_push: 98
- n_releases_24m: 20
Adoption not part of the score
3107 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight, pure-Kotlin multiplatform logging facade that provides convenient and performant logging APIs for Kotlin. It wraps slf4j on the JVM and offers lambda-based lazy message evaluation, automatic logger naming, and fluent logging.
Use cases
- add logging to a Kotlin JVM application
- log messages lazily without checking log levels manually
- use a consistent logging API across Kotlin multiplatform projects
- log exceptions in idiomatic Kotlin style
- replace verbose slf4j boilerplate in Android apps
When to choose
- you write Kotlin and want idiomatic, lambda-based logging
- you need a logging facade that works across Kotlin multiplatform targets
- you want lazy message evaluation for performance
- you already use slf4j and want a nicer API on top
When to avoid
- you need a full logging implementation rather than a facade
- your project is not Kotlin/JVM-based
- you need structured logging backends beyond what slf4j provides
Facets
library · maturity stable
logging developer-tools backend mobile-development jvm kotlin-multiplatform slf4j logging-facade android
1 source
- readme: https://github.com/oshai/kotlin-logging · fetched 2026-08-28 · 696a33a5eeb9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| oshai/kotlin-logging | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="oshai/kotlin-logging")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem