Uses of Interface
com.ibatis.common.logging.Log

Packages that use Log
com.ibatis.common.logging   
com.ibatis.common.logging.jakarta   
com.ibatis.common.logging.jdk14   
com.ibatis.common.logging.log4j   
com.ibatis.common.logging.nologging   
 

Uses of Log in com.ibatis.common.logging
 

Methods in com.ibatis.common.logging that return Log
static Log LogFactory.getLog(java.lang.Class aClass)
           
 

Uses of Log in com.ibatis.common.logging.jakarta
 

Classes in com.ibatis.common.logging.jakarta that implement Log
 class JakartaCommonsLoggingImpl
           
 

Uses of Log in com.ibatis.common.logging.jdk14
 

Classes in com.ibatis.common.logging.jdk14 that implement Log
 class Jdk14LoggingImpl
           
 

Uses of Log in com.ibatis.common.logging.log4j
 

Classes in com.ibatis.common.logging.log4j that implement Log
 class Log4jImpl
           
 

Uses of Log in com.ibatis.common.logging.nologging
 

Classes in com.ibatis.common.logging.nologging that implement Log
 class NoLoggingImpl