logahawk
Class ProxyLogger

java.lang.Object
  extended by logahawk.AbstractLogger
      extended by 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.


Field Summary
protected  Logger logger
           
 
Fields inherited from interface logahawk.Logger
LINE_SEPARATOR
 
Constructor Summary
protected ProxyLogger(Logger logger)
           
 
Method Summary
 
Methods inherited from class logahawk.AbstractLogger
alert, debug, error, fatal, info, log, panic, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

ProxyLogger

protected ProxyLogger(Logger logger)