public final class Log4jProxy extends Object implements LoggerProxy
NULL_PROXY
Constructor and Description |
---|
Log4jProxy() |
Modifier and Type | Method and Description |
---|---|
Object |
getLogLevel() |
List<Object> |
logLevels() |
void |
setLogLevel(Object logLevel)
Sets the log level
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
instance
public Object getLogLevel()
getLogLevel
in interface LoggerProxy
public void setLogLevel(Object logLevel)
LoggerProxy
setLogLevel
in interface LoggerProxy
logLevel
- the log levelpublic List<Object> logLevels()
logLevels
in interface LoggerProxy