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

Packages that use Level
fr.umlv.tatoo.cc.common.log   
fr.umlv.tatoo.cc.common.main   
fr.umlv.tatoo.cc.common.xml   
 

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

Methods in fr.umlv.tatoo.cc.common.log that return Level
 Level LoggerReporter.getLogLevel()
           
static Level ReporterFactory.getLogLevel()
          Returns the log level of the reporter attached to the current thread.
abstract  Level Reporter.getLogLevel()
          Returns the log level of the current reporter.
 Level Info.level()
          Returns the level of the current info.
static Level Level.parse(String level)
          Transform a string to a level, the possible values are "FATAL_ERROR", "ERROR", "WARNING", "INFO", "FINE" or "ALL".
static Level Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.umlv.tatoo.cc.common.log with parameters of type Level
static Info Info.derive(Level level, Object... data)
          Creates a new info derived from the default info of the thread local reporter.
static Info Info.derive(Level level, String message, Object... data)
          Creates a new info derived from the default info of the thread local reporter.
 Info Info.level(Level level)
          Changes the level of the info.
 void LoggerReporter.setLogLevel(Level level)
           
static void ReporterFactory.setLogLevel(Level level)
          Sets log level of the reporter attached to the current thread.
abstract  void Reporter.setLogLevel(Level level)
          Changes the log level of the current reporter.
 

Uses of Level in fr.umlv.tatoo.cc.common.main
 

Methods in fr.umlv.tatoo.cc.common.main that return Level
 Level GeneratorBean.getLogLevel()
           
 

Methods in fr.umlv.tatoo.cc.common.main with parameters of type Level
 void GeneratorBean.setLogLevel(Level level)
           
 

Uses of Level in fr.umlv.tatoo.cc.common.xml
 

Methods in fr.umlv.tatoo.cc.common.xml with parameters of type Level
 void XMLDigester.reportError(Level type, String message)
           
 void XMLDigester.reportError(Level type, Throwable e)