Uses of Class
fr.umlv.tatoo.runtime.log.Level

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

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

Methods in fr.umlv.tatoo.runtime.log that return Level
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.runtime.log with parameters of type Level
static void TatooLogger.setLevel(Level newLevel)
          Set the logger level of all parent logger handlers.
 void LoggingLoggerFactory.LoggingLogger.setLevel(Level level)