Uses of Class
ccs.utils.LogLevel

Packages that use LogLevel
ccs.utils Multifarious utility classes. 
 

Uses of LogLevel in ccs.utils
 

Methods in ccs.utils that return LogLevel
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.