Uses of Class
com.intel.cosbench.log.LogLevel

Packages that use LogLevel
com.intel.cosbench.log   
com.intel.cosbench.log.log4j   
 

Uses of LogLevel in com.intel.cosbench.log
 

Methods in com.intel.cosbench.log that return LogLevel
static LogLevel LogLevel.parseLevel(java.lang.String level)
           
static LogLevel LogLevel.valueOf(java.lang.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 com.intel.cosbench.log with parameters of type LogLevel
 void LogManager.setLogLevel(LogLevel level)
           
 

Uses of LogLevel in com.intel.cosbench.log.log4j
 

Methods in com.intel.cosbench.log.log4j with parameters of type LogLevel
 void Log4jLogManager.setLogLevel(LogLevel level)
           
static org.apache.log4j.Level Log4jUtils.toLog4jLevel(LogLevel level)
          The method to convert cosbench log level to log4j log level.