Registry / logging / kotlin-logging-jvm

kotlin-logging-jvm

JSON →
library3.0.5javamavenunverified

Lightweight logging framework for Kotlin providing a convenient logging API.

<dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging-jvm</artifactId> <version>3.0.5</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-LOGGING-JVM
K
kotlin-logging-jvm
loggingjavav3.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KotlinLogging
io.github.microutils.logging.KotlinLogging

Create a logger and log an info message.

import io.github.microutils.logging.KotlinLogging private val logger = KotlinLogging.logger {} fun main() { logger.info { "Hello, Kotlin Logging!" } }
Debug
Known issues
breakingVersion 3.0.5 is stable, but 4.0.0-beta-2 has breaking API changes.
fix
Stick with 3.x for production or migrate carefully to 4.x.
affects: >=4.0.0-beta-2
Upgrade
Version history
3.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
kotlin-logging-jvm — mvn dependency:get kotlin-logging-jvm · libregistry