Uses of Class
org.jactr.core.logging.LogEvent

Packages that use LogEvent
org.jactr.core.logging   
org.jactr.core.logging.impl   
 

Uses of LogEvent in org.jactr.core.logging
 

Methods in org.jactr.core.logging with parameters of type LogEvent
 void ILogger.log(LogEvent logEvent)
          some logging event has been fired off.
 

Uses of LogEvent in org.jactr.core.logging.impl
 

Methods in org.jactr.core.logging.impl with parameters of type LogEvent
 void PrintWriterLogger.log(LogEvent logEvent)
           
 void DefaultModelLogger.log(LogEvent log)