Package org.apache.ibatis.logging.log4j
Class Log4jImpl
- java.lang.Object
-
- org.apache.ibatis.logging.log4j.Log4jImpl
-
- All Implemented Interfaces:
Log
@Deprecated public class Log4jImpl extends Object implements Log
Deprecated.Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This class will remove future.- Author:
- Eduardo Macarron
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddebug(String s)Deprecated.voiderror(String s)Deprecated.voiderror(String s, Throwable e)Deprecated.booleanisDebugEnabled()Deprecated.booleanisTraceEnabled()Deprecated.voidtrace(String s)Deprecated.voidwarn(String s)Deprecated.
-
-
-
Constructor Detail
-
Log4jImpl
public Log4jImpl(String clazz)
Deprecated.
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
Deprecated.- Specified by:
isDebugEnabledin interfaceLog
-
isTraceEnabled
public boolean isTraceEnabled()
Deprecated.- Specified by:
isTraceEnabledin interfaceLog
-
-