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 Log
public int getErrorCount()
getErrorCount
in interface Log
public int getWarnCount()
getWarnCount
in interface Log
public boolean isInfoEnabled()
isInfoEnabled
in interface Log
public boolean isWarnEnabled()
isWarnEnabled
in interface Log
public int getInfoCount()
getInfoCount
in interface Log
public int getDebugCount()
getDebugCount
in interface Log
public boolean isErrorEnabled()
isErrorEnabled
in interface Log
public void setErrorEnabled(boolean value)
Copyright © 2013–2017 Alibaba Group. All rights reserved.