Class NoLoggingImpl
java.lang.Object
com.ibatis.common.logging.nologging.NoLoggingImpl
- All Implemented Interfaces:
Log
The Class NoLoggingImpl.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoLoggingImpl
Instantiates a new no 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.
-