public class DummyLoggingAdapter extends Object implements LoggingAdapter
| Constructor and Description | 
|---|
| DummyLoggingAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Loglevel | getCurrentLoglevel()Always returns  Loglevel.INFO. | 
| void | setLoglevel(Loglevel loglevel)Does nothing except logging the argument. | 
public Loglevel getCurrentLoglevel()
Loglevel.INFO.getCurrentLoglevel in interface LoggingAdapterLoglevel.INFO.public void setLoglevel(Loglevel loglevel)
setLoglevel in interface LoggingAdapterloglevel - ignored.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.