Registry / logging / slf4j-jcl

slf4j-jcl

JSON →
library1.7.36javamavenunverified

SLF4J binding for Jakarta Commons Logging, allowing SLF4J to route logging calls to JCL implementations.

<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> <version>1.7.36</version> </dependency>
INSTALL
IMPORT
SIG · SLF4J-JCL
S
slf4j-jcl
loggingjavav1.7.36
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.

JCLLoggerAdapter
org.slf4j.impl.JCLLoggerAdapter

Use SLF4J logging with JCL binding

import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Example { private static final Logger log = LoggerFactory.getLogger(Example.class); public static void main(String[] args) { log.info("Hello, SLF4J via JCL!"); } }
Debug
Known issues
gotchaThis binding is deprecated in favor of slf4j-reload4j or logback-classic
fix
Use slf4j-reload4j or logback-classic for better performance and features
affects: >=1.7.0
Upgrade
Version history
1.7.36latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
slf4j-jcl — mvn dependency:get slf4j-jcl · libregistry