Class JakartaCommonsLoggingImpl
java.lang.Object
com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
- All Implemented Interfaces:
Log
The Class JakartaCommonsLoggingImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionJakartaCommonsLoggingImpl(Class clazz) Instantiates a new jakarta commons logging impl. -
Method Summary
-
Constructor Details
-
JakartaCommonsLoggingImpl
Instantiates a new jakarta commons logging impl.- Parameters:
clazz- the clazz
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()Description copied from interface:LogChecks if is debug enabled.- Specified by:
isDebugEnabledin interfaceLog- Returns:
- true, if is debug enabled
-
error
Description copied from interface:LogError. -
error
Description copied from interface:LogError. -
debug
Description copied from interface:LogDebug. -
warn
Description copied from interface:LogWarn.
-