Uses of Interface
org.apache.torque.generator.configuration.controller.LoggingAdapter

Packages that use LoggingAdapter
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
 class DummyLoggingAdapter
          Dummy implementation of the LoggingAdapter interface.
 class Log4jLoggingAdapter
          Allows reading and setting the current loglevel using log4j.
 

Methods in org.apache.torque.generator.configuration.controller that return LoggingAdapter
static LoggingAdapter Loglevel.getLoggingAdapter()
          Returns the currently used logging adapter.
 

Methods in org.apache.torque.generator.configuration.controller with parameters of type LoggingAdapter
static void Loglevel.setLoggingAdapter(LoggingAdapter loggingAdapter)
          Sets the logging adapter.
 



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