Uses of Interface
fr.umlv.tatoo.runtime.log.Handler

Packages that use Handler
fr.umlv.tatoo.runtime.log   
 

Uses of Handler in fr.umlv.tatoo.runtime.log
 

Classes in fr.umlv.tatoo.runtime.log that implement Handler
 class SyserrHandler
           
 

Methods in fr.umlv.tatoo.runtime.log with parameters of type Handler
static void TatooLogger.setHandler(Handler handler)
          Add a new handler to this logger.
 void LoggingLoggerFactory.LoggingLogger.setHandler(Handler handler)