Uses of Class
org.apache.avalon.excalibur.logger.decorator.LoggerManagerDecorator

Packages that use LoggerManagerDecorator
org.apache.avalon.excalibur.logger.decorator   
 

Uses of LoggerManagerDecorator in org.apache.avalon.excalibur.logger.decorator
 

Subclasses of LoggerManagerDecorator in org.apache.avalon.excalibur.logger.decorator
 class CachingDecorator
          This class implements LoggerManager interface by passing all the job to a wrapped LoggerManager, but the returened Loggers are cached.
 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.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.