| Class | Description |
|---|---|
| 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.
|