Uses of Interface
org.apache.torque.generator.configuration.controller.LoggingAdapter
-
Packages that use LoggingAdapter Package Description 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 LoggingAdapter in org.apache.torque.generator.configuration.controller
Classes in org.apache.torque.generator.configuration.controller that implement LoggingAdapter Modifier and Type Class Description class
DummyLoggingAdapter
Dummy implementation of the LoggingAdapter interface.class
Log4j2LoggingAdapter
Allows reading and setting the current loglevel using log4j2.class
Log4jLoggingAdapter
Allows reading and setting the current loglevel using log4j.Methods in org.apache.torque.generator.configuration.controller that return LoggingAdapter Modifier and Type Method Description static LoggingAdapter
Loglevel. getLoggingAdapter()
Returns the currently used logging adapter.Methods in org.apache.torque.generator.configuration.controller with parameters of type LoggingAdapter Modifier and Type Method Description static void
Loglevel. setLoggingAdapter(LoggingAdapter loggingAdapter)
Sets the logging adapter.
-