Uses of Class
org.weborganic.bastille.log.LogLevel

Packages that use LogLevel
org.weborganic.bastille.log Basic generators to read and access logs. 
org.weborganic.bastille.log.logback An implementation for Logback. 
 

Uses of LogLevel in org.weborganic.bastille.log
 

Methods in org.weborganic.bastille.log that return LogLevel
 LogLevel LogInfo.getRecentEventThreshold()
          Returns the threshold for the recent logs.
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.weborganic.bastille.log with parameters of type LogLevel
 void LogInfo.setRecentEventThreshold(LogLevel level)
          Set the threshold for the recent logs.
 

Uses of LogLevel in org.weborganic.bastille.log.logback
 

Methods in org.weborganic.bastille.log.logback that return LogLevel
 LogLevel LogbackInfo.getRecentEventThreshold()
           
 

Methods in org.weborganic.bastille.log.logback with parameters of type LogLevel
 void LogbackInfo.setRecentEventThreshold(LogLevel level)