Package org.apache.ibatis.logging.log4j2
Class Log4j2LoggerImpl
- java.lang.Object
 - 
- org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Log4j2LoggerImpl(org.apache.logging.log4j.Logger logger) 
- 
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) 
 - 
 
- 
- 
Method Detail
- 
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
 isDebugEnabledin interfaceLog
 
- 
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
 isTraceEnabledin interfaceLog
 
 - 
 
 -