Registry / logging / spring-jcl

spring-jcl

JSON →
library6.2.18javamavenunverified

Provides a bridge between Apache Commons Logging and SLF4J or Log4J for Spring.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-jcl</artifactId> <version>6.2.18</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-JCL
S
spring-jcl
loggingjavav6.2.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.

Log
✓ org.apache.commons.logging.Log

Uses Commons Logging API to log a message.

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 Spring JCL!"); } }
Debug
Known issues
gotchaSpring JCL is a bridge; ensure a logging implementation (e.g., Logback) is on the classpath.
fix
Add a logging implementation like ch.qos.logback:logback-classic to your dependencies.
affects: >=5.0
Upgrade
Version history
6.2.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
spring-jcl — mvn dependency:get spring-jcl · libregistry