Package org.apache.ibatis.logging.log4j
Class Log4jImpl
- java.lang.Object
-
- org.apache.ibatis.logging.log4j.Log4jImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(String s)
void
error(String s)
void
error(String s, Throwable e)
boolean
isDebugEnabled()
boolean
isTraceEnabled()
void
trace(String s)
void
warn(String s)
-
-
-
Constructor Detail
-
Log4jImpl
public Log4jImpl(String clazz)
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interfaceLog
-
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interfaceLog
-
-