Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
What is Apache Commons Logging API and Bridges?
What is Apache Commons Logging API and Bridges?
✍: FYIcenter.com
Apache Commons Logging API is
a Log interface that is intended to be both light-weight and
an independent abstraction of other logging toolkits.
It provides the middleware/tooling developer with a simple logging abstraction,
that allows the user (application developer) to plug in a specific logging implementation.
Apache Commons Logging API bridges are wrapper classes to implement the API with other logging packages like Log4J, Avalon LogKit, and JDK 1.4 logging.
Apache Commons Logging API and bridges are all included in the commons-logging-1.2.jar
with two dummy implementations SimpleLog and NoOpLog of the API
as shown in the picture below:
⇒ Apache Commons Logging LogFactory.getLog() Method
⇐ Using commons-logging.jar in Java Code
2021-01-27, 2990🔥, 3💬
Popular Posts:
What Is jaxb-impl-2.1.12.jar? Java Architecture for XML Binding (JAXB) is a Java API that allows Jav...
JDK 11 jdk.rmic.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) Compiler Tool tool, ...
JDK 11 jdk.dynalink.jmod is the JMOD file for JDK 11 Dynamic Linking module. JDK 11 Dynamic Linking ...
JDK 11 jdk.aot.jmod is the JMOD file for JDK 11 Ahead-of-Time (AOT) Compiler module. JDK 11 AOT Comp...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...