Uses of Class
org.granite.logging.Level

Packages that use Level
org.granite.logging   
 

Uses of Level in org.granite.logging
 

Methods in org.granite.logging 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 org.granite.logging with parameters of type Level
 void JdkLogger.setLevel(Level level)
           
 void Log4jLogger.setLevel(Level level)
           
abstract  void Logger.setLevel(Level level)