Package org.apache.avalon.excalibur.logger.decorator

Class Summary
CachingDecorator This class implements LoggerManager interface by passing all the job to a wrapped LoggerManager, but the returened Loggers are cached.
LoggerManagerDecorator This is the base class to create LoggerManager decorators.
LogToSelfDecorator This class intercepts the class passed to us via enableLogging() and substibutes it by LoggerSwitch.get() logger.
OverrideDefaultDecorator Overrides the value passed from getDefaultLogger().
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.