Registry / logging / kotlin-logging

kotlin-logging

JSON →
library3.0.5javamavenunverified

A lightweight logging framework for Kotlin providing a convenient wrapper around SLF4J.

<dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging</artifactId> <version>3.0.5</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-LOGGING
K
kotlin-logging
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.kotlin.logging.KotlinLogging

Logs an info message using Kotlin Logging.

import io.github.microutils.kotlin.logging.KotlinLogging; public class Example { private static final KotlinLogging logger = KotlinLogging.logger(Example.class); public static void main(String[] args) { logger.info("Hello from Kotlin Logging"); } }
Debug
Known issues
breakingVersion 4.0.0-beta-2 is a beta release with potential API changes.
fix
Use stable version 3.0.5 for production.
affects: 4.0.0-beta-2
Upgrade
Version history
3.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
kotlin-logging — mvn dependency:get kotlin-logging · libregistry