Uses of Class
com.continuent.tungsten.common.utils.CLLogLevel

Packages that use CLLogLevel
com.continuent.tungsten.common.utils   
 

Uses of CLLogLevel in com.continuent.tungsten.common.utils
 

Methods in com.continuent.tungsten.common.utils that return CLLogLevel
static CLLogLevel CLUtils.getLogLevel()
           
static CLLogLevel CLLogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CLLogLevel[] CLLogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.common.utils with parameters of type CLLogLevel
static void CLUtils.println(java.lang.String msg, CLLogLevel level)
           
static void CLUtils.setLogLevel(CLLogLevel logLevel)