Package org.apache.ibatis.logging.slf4j
Class Slf4jImpl
- java.lang.Object
-
- org.apache.ibatis.logging.slf4j.Slf4jImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String s)voiderror(String s)voiderror(String s, Throwable e)booleanisDebugEnabled()booleanisTraceEnabled()voidtrace(String s)voidwarn(String s)
-
-
-
Constructor Detail
-
Slf4jImpl
public Slf4jImpl(String clazz)
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceLog
-
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabledin interfaceLog
-
-