Uses of Class
logahawk.AbstractLogger

Packages that use AbstractLogger
logahawk   
 

Uses of AbstractLogger in logahawk
 

Subclasses of AbstractLogger in logahawk
 class BlockingQueueLogger
          Queues log requests in a BlockingQueue, and a separate Logger to format and broadcast to Listeners in a separate Thread.
 class BufferedLogger
          A Logger implementation that buffers all log arguments (prior to any formatting).
 class FilterLogger
          A generic filtering Logger.
 class ProxyLogger
          Abstract base class creating proxy Logger implementations.
 class SeverityFilterLogger
          This wraps another Logger only filters out log requests whose Severity that are disabled.
 class SimpleLogger
          A simple implementation of Logger.