Uses of Class
choco.kernel.common.logging.Verbosity

Packages that use Verbosity
choco.kernel.common.logging   
cli   
 

Uses of Verbosity in choco.kernel.common.logging
 

Methods in choco.kernel.common.logging that return Verbosity
static Verbosity Verbosity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Verbosity[] Verbosity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in choco.kernel.common.logging with parameters of type Verbosity
static void ChocoLogging.setVerbosity(Verbosity verbosity)
          set the choco verbosity level
 

Uses of Verbosity in cli
 

Methods in cli with parameters of type Verbosity
 void AbstractBenchmarkCmd.setGlobalVerbosity(Verbosity verbosity)
           
 



Copyright © 2012. All Rights Reserved.