The Logging Wrapper Library component of the Jakarta Commons subproject offers wrappers around an extensible set of concrete logging implementations, so that application code based on it does not need to be modified in order to select a different logging implementation.
See the
Package Description for the org.apache.commons.logging
package for more information.
See: Description
Packages | |
---|---|
org.apache.commons.logging |
Simple wrapper API around multiple logging APIs. OverviewThis package provides an API for logging in server-based applications that can be used around a variety of different logging implementations, including prebuilt support for the following:
|
org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs. |
The Logging Wrapper Library component of the Jakarta Commons subproject offers wrappers around an extensible set of concrete logging implementations, so that application code based on it does not need to be modified in order to select a different logging implementation.
See the
Package Description for the org.apache.commons.logging
package for more information.