Uses of Class
fr.umlv.tatoo.cc.common.log.Reporter

Packages that use Reporter
fr.umlv.tatoo.cc.common.log   
 

Uses of Reporter in fr.umlv.tatoo.cc.common.log
 

Subclasses of Reporter in fr.umlv.tatoo.cc.common.log
 class LoggerReporter
          A reporter that use Logger to report informations.
 

Methods in fr.umlv.tatoo.cc.common.log that return Reporter
protected  Reporter ReporterFactory.createDefaultReporter()
          Creates a default reporter used as thread local reporter.
 Reporter ReporterFactory.getCurrentReporter()
          Returns the reporter attached to the current thread.
 

Methods in fr.umlv.tatoo.cc.common.log with parameters of type Reporter
 void ReporterFactory.installCurrentReporter(Reporter reporter)
          Changes the reporter of the current thread.