Jakarta Commons Logging Package http://commons.apache.org/logging/
Go to file
2024-01-06 00:01:56 +01:00
commons-logging-1.1.1.pom rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
commons-logging-api-1.1.1.pom rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
jakarta-commons-logging-1.1.1-build_xml.patch rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
jakarta-commons-logging-1.1.1-eclipse-manifest.patch rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
jakarta-commons-logging-1.1.1-javadoc.patch rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
jakarta-commons-logging-1.1.1-maven-release-plugin.patch rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
jakarta-commons-logging-1.1.1-skiptest.patch rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
jakarta-commons-logging.spec rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
maven2-2.2.0-settings.xml rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00
README.md rebuilt with java-openjdk support [release 1.1.1-7mamba;Wed Mar 23 2011] 2024-01-06 00:01:56 +01:00

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.