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 void
debug(String s)
Deprecated.void
error(String s)
Deprecated.void
error(String s, Throwable e)
Deprecated.boolean
isDebugEnabled()
Deprecated.boolean
isTraceEnabled()
Deprecated.void
trace(String s)
Deprecated.void
warn(String s)
Deprecated.
-
-
-
Constructor Detail
-
Log4jImpl
public Log4jImpl(String clazz)
Deprecated.
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
Deprecated.- Specified by:
isDebugEnabled
in interfaceLog
-
isTraceEnabled
public boolean isTraceEnabled()
Deprecated.- Specified by:
isTraceEnabled
in interfaceLog
-
-