Package org.apache.ibatis.logging
Interface Log
- 
- All Known Implementing Classes:
 JakartaCommonsLoggingImpl,Jdk14LoggingImpl,Log4j2AbstractLoggerImpl,Log4j2Impl,Log4j2LoggerImpl,Log4jImpl,NoLoggingImpl,Slf4jImpl,StdOutImpl
public interface Log- Author:
 - Clinton Begin
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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) 
 -