org.apache.torque.generator.configuration.controller
Class DummyLoggingAdapter
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyLoggingAdapter
public DummyLoggingAdapter()
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.