log

Generic logging facade for Kotlin Multiplatform libraries.

The :log module provides a flexible, lightweight logging subsystem designed specifically for KMP libraries and applications. It separates log production (Emitters) from log consumption (Sinks), allowing libraries to remain agnostic of the final logging implementation.

Packages

Link copied to clipboard
common

Contains the core logging API, including the Log facade, Sink, and Emitter interfaces.