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 void
debug(String s)
void
error(String s)
void
error(String s, Throwable e)
boolean
isDebugEnabled()
boolean
isTraceEnabled()
void
trace(String s)
void
warn(String s)
-