Jakarta Commons Logging Package
http://commons.apache.org/logging/
commons-logging-1.1.1.pom | ||
commons-logging-api-1.1.1.pom | ||
jakarta-commons-logging-1.1.1-build_xml.patch | ||
jakarta-commons-logging-1.1.1-eclipse-manifest.patch | ||
jakarta-commons-logging-1.1.1-javadoc.patch | ||
jakarta-commons-logging-1.1.1-maven-release-plugin.patch | ||
jakarta-commons-logging-1.1.1-skiptest.patch | ||
jakarta-commons-logging.spec | ||
maven2-2.2.0-settings.xml | ||
README.md |
jakarta-commons-logging
The commons-logging package provides a simple, component oriented interface (org.apache.commons.logging.Log) together with wrappers for logging systems. The user can choose at runtime which system they want to use. In addition, a small number of basic implementations are provided to allow users to use the package standalone. commons-logging was heavily influenced by Avalon's Logkit and Log4J. The commons-logging abstraction is meant to minimize the differences between the two, and to allow a developer to not tie himself to a particular logging implementation.