1 个仓库
Unified logging bridges that operate across multiple JVM and native targets.
Distinct from Multiplatform UI Libraries: Distinct from Multiplatform UI Libraries: provides a functional logging bridge for logic rather than a graphical interface framework.
Explore 1 awesome GitHub repository matching software engineering & architecture · Multiplatform Logging Interfaces. Refine with filters or upvote what's useful.
kotlin-logging is a logging facade for Kotlin that provides a unified API and a multiplatform logging interface. It functions as a wrapper for various backend frameworks, including SLF4J, to enable consistent event recording across different JVM and Kotlin Multiplatform targets. The library centers on lazy message evaluation, which prevents expensive string construction unless the specific log level is active. This is achieved through a lazy-evaluated logger that computes messages only when the current severity level permits. The project supports structured application logging with metadata
Offers a unified logging bridge that works across different JVM and Kotlin Multiplatform targets.