Uses of Class
com.googlecode.jpattern.service.log.event.DebugEvent

Packages that use DebugEvent
com.googlecode.jpattern.service.log   
com.googlecode.jpattern.service.log.file   
com.googlecode.jpattern.service.log.reader   
com.googlecode.jpattern.service.log.slf4j   
 

Uses of DebugEvent in com.googlecode.jpattern.service.log
 

Methods in com.googlecode.jpattern.service.log with parameters of type DebugEvent
 void NullExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void TraceExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void DebugExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void WarningExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void IExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void ErrorExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void InfoExecutorStrategy.exec(AExecutor executor, DebugEvent event)
           
 void IExecutor.execute(DebugEvent event)
           
 void NullExecutor.execute(DebugEvent event)
           
 void AExecutor.execute(DebugEvent event)
           
 void MailExecutor.what(DebugEvent event)
           
 void PrintWriterExecutor.what(DebugEvent event)
           
abstract  void AExecutor.what(DebugEvent event)
           
 

Constructors in com.googlecode.jpattern.service.log with parameters of type DebugEvent
Logger(String className, TraceEvent trace, DebugEvent debug, InfoEvent info, WarnEvent warn, ErrorEvent error)
           
LoggerService(IRoster roster, TraceEvent trace, DebugEvent debug, InfoEvent info, WarnEvent warn, ErrorEvent error)
           
 

Uses of DebugEvent in com.googlecode.jpattern.service.log.file
 

Methods in com.googlecode.jpattern.service.log.file with parameters of type DebugEvent
 void LogFileExecutor.what(DebugEvent event)
           
 

Uses of DebugEvent in com.googlecode.jpattern.service.log.reader
 

Methods in com.googlecode.jpattern.service.log.reader with parameters of type DebugEvent
 void QueueExecutor.what(DebugEvent aEvent)
           
 

Uses of DebugEvent in com.googlecode.jpattern.service.log.slf4j
 

Methods in com.googlecode.jpattern.service.log.slf4j with parameters of type DebugEvent
 void Slf4JExecutor.what(DebugEvent event)
           
 



Copyright © 2011. All Rights Reserved.