Uses of Class
rabbit.util.Level

Packages that use Level
rabbit.proxy The web proxy components. 
rabbit.util Utility classes used in the rabbit project. 
 

Uses of Level in rabbit.proxy
 

Methods in rabbit.proxy with parameters of type Level
 void ProxyLogger.logError(Level level, String error)
           
 boolean ProxyLogger.showsLevel(Level level)
           
 

Uses of Level in rabbit.util
 

Methods in rabbit.util 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 rabbit.util with parameters of type Level
 void SimpleLogger.logError(Level level, String error)
           
 void Logger.logError(Level level, String error)
          Log an error of given type and with given message.
 void SimpleLogger.setLogLevel(Level level)
           
 boolean SimpleLogger.showsLevel(Level level)
           
 boolean Logger.showsLevel(Level level)
          Check if the logger currently handles logging on the given level.