Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-logging: Jakarta Commons Logging Package
- Summary
- 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 minimixe the differences between
the two, and to allow a developer to not tie himself to a particular
logging implementation.
Changelog
- * Tue Aug 24 04:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0.4-2jpp
-
- Rebuild with ant-1.6.2
- * Fri Jun 25 04:00:00 2004 Kaj J. Niemi <kajtzu{%}fi{*}basen{*}net> - 0:1.0.4-1jpp
-
- Update to 1.0.4 (tomcat 5.0.27 wants it)
- Drop Patch #0 (jakarta-commons-logging-noclasspath.patch), unnecessary
- * Wed Jun 18 04:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.0.3-4jpp
-
- Drop log4j requirement and manifest Class-Path.
- Run unit tests during build.
- Nuke spurious subdir in -javadoc package.
- Some spec file cleanups.