Klasse DummyLoggingAdapter

java.lang.Object
org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
Alle implementierten Schnittstellen:
LoggingAdapter

public class DummyLoggingAdapter extends Object implements LoggingAdapter
Dummy implementation of the LoggingAdapter interface. Actually does nothing.
Version:
$Id: DummyLoggingAdapter.java 1839288 2018-08-27 09:48:33Z tv $
  • Konstruktordetails

    • DummyLoggingAdapter

      public DummyLoggingAdapter()
  • Methodendetails

    • getCurrentLoglevel

      public Loglevel getCurrentLoglevel()
      Always returns Loglevel.INFO.
      Angegeben von:
      getCurrentLoglevel in Schnittstelle LoggingAdapter
      Gibt zurück:
      Loglevel.INFO.
    • setLoglevel

      public void setLoglevel(Loglevel loglevel)
      Does nothing except logging the argument.
      Angegeben von:
      setLoglevel in Schnittstelle LoggingAdapter
      Parameter:
      loglevel - ignored.