Class 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 1839288 2018-08-27 09:48:33Z tv $
    • Constructor Detail

      • DummyLoggingAdapter

        public DummyLoggingAdapter()
    • Method Detail

      • setLoglevel

        public void setLoglevel​(Loglevel loglevel)
        Does nothing except logging the argument.
        Specified by:
        setLoglevel in interface LoggingAdapter
        Parameters:
        loglevel - ignored.