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
- * Fri Aug 31 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.1-3jpp
-
- Make Vendor, Distribution based on macro
- Add poms and depmap frags
- BR some maven plugins
- Move manual to ./site
- * Mon Feb 12 11:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.1-2jpp
-
- Add bootstrap option to omit avalon BRs and support, as well as tests
- Add missing BR for ant-junit when not bootstrapping
- Fix to build javadoc without maven
- * Wed Sep 27 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.1-1jpp
-
- Update to 1.1
- Build with maven by default
- Create option --without maven to build with ant