Registry / logging / logback-classic

logback-classic

JSON →
library1.5.34javamavenunverified

logback-classic module provides a logging implementation for SLF4J.

<dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.34</version> </dependency>
INSTALL
IMPORT
SIG · LOGBACK-CLASSIC
L
logback-classic
loggingjavav1.5.34
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.

Logger
ch.qos.logback.classic.Logger

Basic Logback logging usage

import ch.qos.logback.classic.Logger; import org.slf4j.LoggerFactory; public class Example { private static final Logger logger = (Logger) LoggerFactory.getLogger(Example.class); public void doSomething() { logger.info("Doing something"); } }
Debug
Known issues
breakingLogback 1.5.x requires SLF4J 2.x; incompatible with SLF4J 1.x.
fix
Ensure SLF4J version matches Logback version.
affects: 1.5.x
Upgrade
Version history
1.5.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
logback-classic — mvn dependency:get logback-classic · libregistry