
implementation("io.github.jamal-wia:kmptoolkit-logging:1.1.0")A dependency-free logging seam: a Logger interface with lazy messages, a LogLevel threshold, and a LogSink SPI that fans one event out to as many destinations as you install. Pick this module if you want your shared Kotlin code to log without choosing a logging framework for the app that consumes it — bridge the sink to Kermit, Timber, os_log, or a crash reporter yourself.