Registry / logging / commons-logging-api

commons-logging-api

JSON →
library1.0.4javamavenunverified

Commons Logging is a thin adapter allowing configurable bridging to other logging systems.

<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>1.0.4</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-LOGGING-AP
C
commons-logging-api
loggingjavav1.0.4
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

Logs an info message using Commons Logging.

import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class Main { private static final Log log = LogFactory.getLog(Main.class); public static void main(String[] args) { log.info("Hello from Commons Logging!"); } }
Debug
Known issues
gotchaCommons Logging is considered outdated; SLF4J is the modern standard.
fix
Consider migrating to SLF4J for better performance and flexibility.
affects: all
Upgrade
Version history
1.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Resources
commons-logging-api — mvn dependency:get commons-logging-api · libregistry