Uses of Interface
org.apache.commons.jcs3.log.Log
Packages that use Log
Package
Description
Root package for auxiliary caches.
-
Uses of Log in org.apache.commons.jcs3.auxiliary
Fields in org.apache.commons.jcs3.auxiliary declared as Log -
Uses of Log in org.apache.commons.jcs3.log
Classes in org.apache.commons.jcs3.log that implement LogModifier and TypeClassDescriptionclass
This is a wrapper around thejava.util.logging.Logger
implementing our ownLog
interface.class
This is a wrapper around theorg.apache.logging.log4j.Logger
implementing our ownLog
interface.Methods in org.apache.commons.jcs3.log that return LogModifier and TypeMethodDescriptionReturns a Log using the fully qualified name of the Class as the Log name.Returns a Log with the specified name.Returns a Log using the fully qualified name of the Class as the Log name.Returns a Log with the specified name.Returns a Log using the fully qualified name of the Class as the Log name.Returns a Log with the specified name.static Log
Returns a Log using the fully qualified name of the Class as the Log name.static Log
Returns a Log with the specified name.static Log
LogManager.getRootLogger()
Returns the root logger.