构造器和说明 |
---|
NoLoggingImpl(Class<?> clazz) |
限定符和类型 | 方法和说明 |
---|---|
void |
debug(String s) |
void |
debug(String s,
Throwable e) |
void |
error(String s) |
void |
error(String s,
Throwable e) |
int |
getErrorCount() |
int |
getInfoCount() |
int |
getWarnCount() |
void |
info(String s) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
resetStat() |
void |
warn(String s) |
void |
warn(String s,
Throwable e) |
public NoLoggingImpl(Class<?> clazz)
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
Copyright © 2012-2013 Alibaba Group. All Rights Reserved.