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:
commons-logging.jar, What Is It?
What is commons-logging.jar?
✍: FYIcenter
commons-logging.jar, Apache Commons Logging Java library,
is an ultra-thin bridge between different logging implementations.
A library that uses the commons-logging API can be used with any
logging implementation at runtime. Commons-logging comes with
support for a number of popular logging implementations, and
writing adapters for others is a reasonably simple task.
Applications (rather than libraries) may also choose to use commons-logging. While logging-implementation independence is not as important for applications as it is for libraries, using commons-logging does allow the application to change to a different logging implementation without recompiling code.
Note that commons-logging does not attempt to initialize or terminate the underlying logging implementation that is used at runtime; that is the responsibility of the application. However many popular logging implementations do automatically initialize themselves; in this case an application may be able to avoid containing any code that is specific to the logging implementation used.
Releases of Apache Commons Logging Java library, commons-logging.jar:
commons-logging 1.2 2014-07-09 commons-logging 1.1.3 2013-05-20 commons-logging 1.1.2 2013-03-20 commons-logging 1.1.1 2007-11 commons-logging 1.1 2006-05-10 commons-logging 1.0.4 2004-06-16 commons-logging 1.0.3 2003-04-07 commons-logging 1.0.2 2002-09-27 commons-logging 1.0.1 2002-08-13
For more information, see Apache Commons Logging Website.
⇒ Download and Install commons-logging-1.2-bin.zip
⇐ Downloading and Reviewing commons-logging.jar
2015-04-27, 7104🔥, 0💬
Popular Posts:
JDK 11 jdk.jshell.jmod is the JMOD file for JDK 11 JShell tool, which can be invoked by the "jshell"...
What Is poi-ooxml-5.2.3.jar? poi-ooxml-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which...
JSP(tm) Standard Tag Library 1.1 implementation - Jakarta Taglibs hosts the Standard Taglib 1.1, an ...
JDK 11 jdk.localedata.jmod is the JMOD file for JDK 11 Localedata module. JDK 11 Locale Data module ...
What Is commons-net-ftp-2.0.jar? commons-net-ftp-2.0.jar is the JAR file for Apache Commons Net FTP ...