Uses of Enum Class
org.apache.torque.generator.configuration.controller.Loglevel
Packages that use Loglevel
Package
Description
This package contains the classes for configuring the Torque generator.
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 LoglevelModifier and TypeMethodDescriptionUnitConfiguration.getLoglevel()Returns the Loglevel during generation.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 LoglevelModifier and TypeMethodDescriptionvoidUnitConfiguration.setLoglevel(Loglevel loglevel) Sets the Loglevel during generation.voidUnitDescriptor.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 LoglevelModifier and TypeMethodDescriptionstatic LoglevelReturns the Loglevel for a given key.DummyLoggingAdapter.getCurrentLoglevel()Always returnsLoglevel.INFO.Log4j2LoggingAdapter.getCurrentLoglevel()Returns the current loglevel by reading the loglevel of the root logger.Log4jLoggingAdapter.getCurrentLoglevel()Returns the current loglevel by reading the loglevel of the root logger.LoggingAdapter.getCurrentLoglevel()Returns the current loglevel.static LoglevelLoglevel.getCurrentLoglevel()Returns the current loglevel.ControlConfiguration.getLoglevel()Returns the loglevel during generation.static LoglevelReturns the enum constant of this class with the specified name.static Loglevel[]Loglevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.torque.generator.configuration.controller with parameters of type LoglevelModifier and TypeMethodDescriptionvoidControlConfiguration.setLoglevel(Loglevel loglevel) Set the loglevel during generation.voidDummyLoggingAdapter.setLoglevel(Loglevel loglevel) Does nothing except logging the argument.voidLog4j2LoggingAdapter.setLoglevel(Loglevel loglevel) Sets the loglevel to the given loglevel by changing the level of the log4j root logger.voidLog4jLoggingAdapter.setLoglevel(Loglevel loglevel) Sets the loglevel to the given loglevel by changing the level of the log4j root logger.voidLoggingAdapter.setLoglevel(Loglevel loglevel) Sets the loglevel to the given loglevel.