Uses of Package
org.apache.commons.logging
Packages that use org.apache.commons.logging
Package
Description
Jakarta Commons Logging implemented over SLF4J.
SLF4J based implementation of commons-logging wrapper APIs.
Implementations of core logging interfaces defined in the
org.slf4j
package.-
Classes in org.apache.commons.logging used by org.apache.commons.loggingClassDescriptionA simple logging interface abstracting logging APIs.An exception that is thrown only if a suitable
LogFactory
orLog
instance cannot be created by the corresponding factory methods.Factory for creatingLog
instances, which always delegates to an instance ofSLF4JLogFactory
. -
Classes in org.apache.commons.logging used by org.apache.commons.logging.implClassDescriptionA simple logging interface abstracting logging APIs.An exception that is thrown only if a suitable
LogFactory
orLog
instance cannot be created by the corresponding factory methods.Factory for creatingLog
instances, which always delegates to an instance ofSLF4JLogFactory
. -
Classes in org.apache.commons.logging used by org.slf4j.impl