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