Registry / logging / jcl-over-slf4j

jcl-over-slf4j

JSON →
library2.0.18javamavenunverified

Provides a Jakarta/Apache Commons Logging 1.2 implementation that delegates all logging calls to the SLF4J API.

<dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>2.0.18</version> </dependency>
INSTALL
IMPORT
SIG · JCL-OVER-SLF4J
J
jcl-over-slf4j
loggingjavav2.0.18
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.

LogFactory
org.apache.commons.logging.LogFactory

Demonstrates using Commons Logging API which is bridged to SLF4J.

import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class Example { private static final Log log = LogFactory.getLog(Example.class); public static void main(String[] args) { log.info("Hello from JCL over SLF4J"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
jcl-over-slf4j — mvn dependency:get jcl-over-slf4j · libregistry