logahawk
Class ProxyLogger
java.lang.Object
logahawk.AbstractLogger
logahawk.ProxyLogger
- All Implemented Interfaces:
- Logger
- Direct Known Subclasses:
- BlockingQueueLogger, FilterLogger
public abstract class ProxyLogger
- extends AbstractLogger
Abstract base class creating proxy Logger implementations. See Proxy
Pattern for more details.
This implementation exists for convenience, it is not required to be used by any implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Logger logger
ProxyLogger
protected ProxyLogger(Logger logger)