Registry / logging / jcl104-over-slf4j

jcl104-over-slf4j

JSON →
library1.5.11javamavenunverified

Deprecated bridge that routes Jakarta Commons Logging (JCL) calls to SLF4J.

<dependency> <groupId>org.slf4j</groupId> <artifactId>jcl104-over-slf4j</artifactId> <version>1.5.11</version> </dependency>
INSTALL
IMPORT
SIG · JCL104-OVER-SLF4J
J
jcl104-over-slf4j
loggingjavav1.5.11
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.

Log
org.apache.commons.logging.Log

Shows how to use JCL logging which is bridged to SLF4J.

import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; Log log = LogFactory.getLog(MyClass.class); log.info("Message via JCL, but routed to SLF4J");
Debug
Known issues
breakingThis artifact is deprecated; use jcl-over-slf4j instead.
fix
Replace with org.slf4j:jcl-over-slf4j version 1.7.x or 2.x.
affects: *
Upgrade
Version history
1.5.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
jcl104-over-slf4j — mvn dependency:get jcl104-over-slf4j · libregistry