Verwendungen von Enum
org.apache.torque.generator.configuration.controller.Loglevel
Packages, die Loglevel verwenden
Package
Beschreibung
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.
-
Verwendungen von Loglevel in org.apache.torque.generator.configuration
Methoden in org.apache.torque.generator.configuration, die Loglevel zurückgebenModifizierer und TypMethodeBeschreibungUnitConfiguration.getLoglevel()
Returns the Loglevel during generation.UnitDescriptor.getLoglevel()
Returns the log level overriding the loglevel defined in the configuration unit.Methoden in org.apache.torque.generator.configuration mit Parametern vom Typ LoglevelModifizierer und TypMethodeBeschreibungvoid
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. -
Verwendungen von Loglevel in org.apache.torque.generator.configuration.controller
Methoden in org.apache.torque.generator.configuration.controller, die Loglevel zurückgebenModifizierer und TypMethodeBeschreibungstatic Loglevel
Returns 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 Loglevel
Loglevel.getCurrentLoglevel()
Returns the current loglevel.ControlConfiguration.getLoglevel()
Returns the loglevel during generation.static Loglevel
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static Loglevel[]
Loglevel.values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.apache.torque.generator.configuration.controller mit Parametern vom Typ LoglevelModifizierer und TypMethodeBeschreibungvoid
ControlConfiguration.setLoglevel
(Loglevel loglevel) Set the loglevel during generation.void
DummyLoggingAdapter.setLoglevel
(Loglevel loglevel) Does nothing except logging the argument.void
Log4j2LoggingAdapter.setLoglevel
(Loglevel loglevel) Sets the loglevel to the given loglevel by changing the level of the log4j root logger.void
Log4jLoggingAdapter.setLoglevel
(Loglevel loglevel) Sets the loglevel to the given loglevel by changing the level of the log4j root logger.void
LoggingAdapter.setLoglevel
(Loglevel loglevel) Sets the loglevel to the given loglevel.