| 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) |
int |
getDebugCount() |
int |
getErrorCount() |
int |
getInfoCount() |
String |
getLoggerName() |
int |
getWarnCount() |
void |
info(String s) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
resetStat() |
void |
setErrorEnabled(boolean value) |
void |
warn(String s) |
void |
warn(String s,
Throwable e) |
public NoLoggingImpl(String loggerName)
public String getLoggerName()
public boolean isDebugEnabled()
isDebugEnabled in interface Logpublic int getErrorCount()
getErrorCount in interface Logpublic int getWarnCount()
getWarnCount in interface Logpublic boolean isInfoEnabled()
isInfoEnabled in interface Logpublic boolean isWarnEnabled()
isWarnEnabled in interface Logpublic int getInfoCount()
getInfoCount in interface Logpublic int getDebugCount()
getDebugCount in interface Logpublic boolean isErrorEnabled()
isErrorEnabled in interface Logpublic void setErrorEnabled(boolean value)
Copyright © 2013–2018 Alibaba Group. All rights reserved.