Registry / logging / commons-logging

commons-logging

JSON →
library1.3.6javamavenunverified

Apache Commons Logging is a thin adapter allowing configurable bridging to other, well-known logging systems.

<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.3.6</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-LOGGING
C
commons-logging
loggingjavav1.3.6
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 obtaining a Log instance via LogFactory.

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, Commons Logging!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
OpenAI (training)
1
Resources
commons-logging — mvn dependency:get commons-logging · libregistry