构造器和说明 |
---|
NoLoggingImpl(String loggerName) |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 Log
public int getErrorCount()
getErrorCount
在接口中 Log
public int getWarnCount()
getWarnCount
在接口中 Log
public boolean isInfoEnabled()
isInfoEnabled
在接口中 Log
public boolean isWarnEnabled()
isWarnEnabled
在接口中 Log
public int getInfoCount()
getInfoCount
在接口中 Log
public int getDebugCount()
getDebugCount
在接口中 Log
public boolean isErrorEnabled()
isErrorEnabled
在接口中 Log
public void setErrorEnabled(boolean value)
Copyright © 2013–2016 Alibaba Group. All rights reserved.