Class DummyLoggingAdapter
java.lang.Object
org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
- All Implemented Interfaces:
LoggingAdapter
Dummy implementation of the LoggingAdapter interface.
Actually does nothing.
- Version:
- $Id: DummyLoggingAdapter.java 1839288 2018-08-27 09:48:33Z tv $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAlways returnsLoglevel.INFO.voidsetLoglevel(Loglevel loglevel) Does nothing except logging the argument.
-
Constructor Details
-
DummyLoggingAdapter
public DummyLoggingAdapter()
-
-
Method Details
-
getCurrentLoglevel
Always returnsLoglevel.INFO.- Specified by:
getCurrentLoglevelin interfaceLoggingAdapter- Returns:
Loglevel.INFO.
-
setLoglevel
Does nothing except logging the argument.- Specified by:
setLoglevelin interfaceLoggingAdapter- Parameters:
loglevel- ignored.
-