org.apache.torque.generator.configuration.controller
Class DummyLoggingAdapter

java.lang.Object
  extended by org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
All Implemented Interfaces:
LoggingAdapter

public class DummyLoggingAdapter
extends Object
implements LoggingAdapter

Dummy implementation of the LoggingAdapter interface. Actually does nothing.

Version:
$Id: DummyLoggingAdapter.java 1446086 2013-02-14 09:46:57Z tfischer $

Constructor Summary
DummyLoggingAdapter()
           
 
Method Summary
 Loglevel getCurrentLoglevel()
          Always returns Loglevel.INFO.
 void setLoglevel(Loglevel loglevel)
          Does nothing except logging the argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyLoggingAdapter

public DummyLoggingAdapter()
Method Detail

getCurrentLoglevel

public Loglevel getCurrentLoglevel()
Always returns Loglevel.INFO.

Specified by:
getCurrentLoglevel in interface LoggingAdapter
Returns:
Loglevel.INFO.

setLoglevel

public void setLoglevel(Loglevel loglevel)
Does nothing except logging the argument.

Specified by:
setLoglevel in interface LoggingAdapter
Parameters:
loglevel - ignored.


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