Uses of Class
org.apache.torque.generator.configuration.controller.Loglevel

Packages that use Loglevel
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
org.apache.torque.generator.configuration.controller This package contains the classes for reading the control configuration of the Torque generator units of generation. 
 

Uses of Loglevel in org.apache.torque.generator.configuration
 

Methods in org.apache.torque.generator.configuration that return Loglevel
 Loglevel UnitConfiguration.getLoglevel()
          Returns the Loglevel during generation.
 Loglevel UnitDescriptor.getLoglevel()
          Returns the log level overriding the loglevel defined in the configuration unit.
 

Methods in org.apache.torque.generator.configuration with parameters of type Loglevel
 void UnitConfiguration.setLoglevel(Loglevel loglevel)
          Sets the Loglevel during generation.
 void UnitDescriptor.setLoglevel(Loglevel loglevel)
          Sets the log level overriding the loglevel defined in the configuration unit.
 

Uses of Loglevel in org.apache.torque.generator.configuration.controller
 

Methods in org.apache.torque.generator.configuration.controller that return Loglevel
static Loglevel Loglevel.getByKey(String key)
          Returns the Loglevel for a given key.
 Loglevel LoggingAdapter.getCurrentLoglevel()
          Returns the current loglevel.
 Loglevel Log4jLoggingAdapter.getCurrentLoglevel()
          Returns the current loglevel by reading the loglevel of the root logger.
 Loglevel DummyLoggingAdapter.getCurrentLoglevel()
          Always returns Loglevel.INFO.
static Loglevel Loglevel.getCurrentLoglevel()
          Returns the current loglevel.
 Loglevel ControlConfiguration.getLoglevel()
          Returns the loglevel during generation.
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.apache.torque.generator.configuration.controller with parameters of type Loglevel
 void LoggingAdapter.setLoglevel(Loglevel loglevel)
          Sets the loglevel to the given loglevel.
 void ControlConfiguration.setLoglevel(Loglevel loglevel)
          Set the loglevel during generation.
 void Log4jLoggingAdapter.setLoglevel(Loglevel loglevel)
          Sets the loglevel to the given loglevel by changing the level of the log4j root logger.
 void DummyLoggingAdapter.setLoglevel(Loglevel loglevel)
          Does nothing except logging the argument.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.