| 构造器和说明 |
|---|
JakartaCommonsLoggingImpl(org.apache.commons.logging.Log log) |
JakartaCommonsLoggingImpl(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() |
int |
getWarnCount() |
void |
info(String msg) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
resetStat() |
void |
warn(String s) |
void |
warn(String s,
Throwable e) |
public JakartaCommonsLoggingImpl(org.apache.commons.logging.Log log)
log - public JakartaCommonsLoggingImpl(String loggerName)
public boolean isDebugEnabled()
isDebugEnabled 在接口中 Logpublic int getWarnCount()
getWarnCount 在接口中 Logpublic int getErrorCount()
getErrorCount 在接口中 Logpublic boolean isInfoEnabled()
isInfoEnabled 在接口中 Logpublic int getInfoCount()
getInfoCount 在接口中 Logpublic boolean isWarnEnabled()
isWarnEnabled 在接口中 Logpublic int getDebugCount()
getDebugCount 在接口中 LogCopyright © 2013-2014 Alibaba Group. All Rights Reserved.