Uses of Class
logahawk.LogEntry

Packages that use LogEntry
logahawk   
 

Uses of LogEntry in logahawk
 

Fields in logahawk with type parameters of type LogEntry
protected  BlockingQueue<LogEntry> BlockingQueueLogger.queue
           
 

Constructor parameters in logahawk with type arguments of type LogEntry
BlockingQueueLogger(Logger logger, BlockingQueue<LogEntry> queue)