public static class LoggerFactory.DummyLogger extends Object implements Logger
Constructor and Description |
---|
DummyLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg,
Object... args) |
void |
error(String msg,
Object... args) |
void |
info(String msg,
Object... args) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
String |
toString() |
void |
trace(String msg,
Object... args) |
void |
warn(String msg,
Object... args) |
public boolean isErrorEnabled()
isErrorEnabled
in interface Logger
public boolean isWarnEnabled()
isWarnEnabled
in interface Logger
public boolean isInfoEnabled()
isInfoEnabled
in interface Logger
public boolean isDebugEnabled()
isDebugEnabled
in interface Logger
public boolean isTraceEnabled()
isTraceEnabled
in interface Logger
Copyright © 2019. All rights reserved.