| Constructor and Description |
|---|
NoLoggingImpl(String loggerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s) |
void |
debug(String s,
Throwable e) |
void |
error(String s) |
void |
error(String s,
Throwable e) |
String |
getLoggerName() |
void |
info(String s) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(String s) |
void |
warn(String s,
Throwable e) |
public NoLoggingImpl(String loggerName)
public String getLoggerName()
public boolean isDebugEnabled()
isDebugEnabled in interface Logpublic boolean isInfoEnabled()
isInfoEnabled in interface Logpublic boolean isWarnEnabled()
isWarnEnabled in interface LogCopyright © 2017. All rights reserved.