|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LoggerManager in org.apache.avalon.excalibur.logger |
Classes in org.apache.avalon.excalibur.logger that implement LoggerManager | |
class |
AbstractLoggerManager
This abstract class implements LogEnabled. |
class |
DefaultLoggerManager
This logger manager is a wrapper around all other "real" logger managers. |
class |
Log4JConfLoggerManager
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
class |
Log4JLoggerManager
Log4JLoggerManager implementation. |
class |
LoggerLoggerManager
A LoggerManager that operates off of an existing Logger instance. |
class |
LogKitLoggerManager
LogKitLoggerManager implementation. |
class |
SimpleLogKitManager
A LoggerManager that supports the old <logs version="1.0"/>
style logging configuration from
Phoenix. |
Uses of LoggerManager in org.apache.avalon.excalibur.logger.decorator |
Classes in org.apache.avalon.excalibur.logger.decorator that implement LoggerManager | |
class |
CachingDecorator
This class implements LoggerManager interface by passing all the job to a wrapped LoggerManager, but the returened Loggers are cached. |
class |
LoggerManagerDecorator
This is the base class to create LoggerManager decorators. |
class |
LogToSelfDecorator
This class intercepts the class passed to us via enableLogging() and substibutes it
by LoggerSwitch.get() logger.
|
class |
OverrideDefaultDecorator
Overrides the value passed from getDefaultLogger(). |
class |
PrefixDecorator
This class implements LoggerManager interface by prepending a prefix to all requests and letting the wrapped LoggerManager actually create the loggers. |
Uses of LoggerManager in org.apache.avalon.excalibur.logger.log4j |
Classes in org.apache.avalon.excalibur.logger.log4j that implement LoggerManager | |
class |
Log4JAdapter
This class sits on top of an existing Log4J Hierarchy and returns logger wrapping Log4J loggers. |
class |
Log4JConfAdapter
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
Uses of LoggerManager in org.apache.avalon.excalibur.logger.logkit |
Classes in org.apache.avalon.excalibur.logger.logkit that implement LoggerManager | |
class |
LogKitAdapter
This class sits on top of an existing LogKit Hierarchy and returns logger wrapping LogKit loggers. |
Uses of LoggerManager in org.apache.avalon.excalibur.logger.util |
Classes in org.apache.avalon.excalibur.logger.util that implement LoggerManager | |
class |
LoggerManagerTee
An AvalonTee object is not usefull by itself as it does not implement any component interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |