Uses of Interface
org.apache.ibatis.logging.Log
-
Packages that use Log Package Description org.apache.ibatis.cache.decorators Contains cache decorators.org.apache.ibatis.datasource.pooled Simple single-thread pooled datasource.org.apache.ibatis.executor Contains the statement executors.org.apache.ibatis.executor.loader Base package for loading results into beans.org.apache.ibatis.executor.loader.cglib CGLIB proxy factory.org.apache.ibatis.executor.loader.javassist Javassist proxy factory.org.apache.ibatis.io Utilities to read resources.org.apache.ibatis.logging Base package for logging.org.apache.ibatis.logging.commons logger using Commons Logging feature.org.apache.ibatis.logging.jdbc Logging proxies that logs any JDBC statement.org.apache.ibatis.logging.jdk14 logger using JDK logging feature.org.apache.ibatis.logging.log4j logger using Log4J feature.org.apache.ibatis.logging.log4j2 logger using Log4J 2 feature.org.apache.ibatis.logging.nologging logger for no operation.org.apache.ibatis.logging.slf4j logger using SLF4J feature.org.apache.ibatis.logging.stdout logger using standard out.org.apache.ibatis.mapping Base package for mapping.org.apache.ibatis.session Base package.org.apache.ibatis.transaction.jdbc JDBC transaction.org.apache.ibatis.transaction.managed External transaction. -
-
Uses of Log in org.apache.ibatis.cache.decorators
Fields in org.apache.ibatis.cache.decorators declared as Log Modifier and Type Field Description private Log
LoggingCache. log
private static Log
TransactionalCache. log
-
Uses of Log in org.apache.ibatis.datasource.pooled
Fields in org.apache.ibatis.datasource.pooled declared as Log Modifier and Type Field Description private static Log
PooledDataSource. log
-
Uses of Log in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as Log Modifier and Type Field Description private static Log
BaseExecutor. log
Methods in org.apache.ibatis.executor with parameters of type Log Modifier and Type Method Description protected java.sql.Connection
BaseExecutor. getConnection(Log statementLog)
private java.sql.Statement
ReuseExecutor. prepareStatement(StatementHandler handler, Log statementLog)
private java.sql.Statement
SimpleExecutor. prepareStatement(StatementHandler handler, Log statementLog)
-
Uses of Log in org.apache.ibatis.executor.loader
Fields in org.apache.ibatis.executor.loader declared as Log Modifier and Type Field Description private Log
ResultLoaderMap.LoadPair. log
Wow, logger.Methods in org.apache.ibatis.executor.loader that return Log Modifier and Type Method Description private Log
ResultLoaderMap.LoadPair. getLogger()
-
Uses of Log in org.apache.ibatis.executor.loader.cglib
Fields in org.apache.ibatis.executor.loader.cglib declared as Log Modifier and Type Field Description private static Log
CglibProxyFactory.LogHolder. log
-
Uses of Log in org.apache.ibatis.executor.loader.javassist
Fields in org.apache.ibatis.executor.loader.javassist declared as Log Modifier and Type Field Description private static Log
JavassistProxyFactory.LogHolder. log
-
Uses of Log in org.apache.ibatis.io
Fields in org.apache.ibatis.io declared as Log Modifier and Type Field Description private static Log
DefaultVFS. log
private static Log
ExternalResources. log
Deprecated.private static Log
JBoss6VFS. log
private static Log
ResolverUtil. log
An instance of Log to use for logging in this class.private static Log
SerialFilterChecker. log
private static Log
VFS. log
-
Uses of Log in org.apache.ibatis.logging
Fields in org.apache.ibatis.logging with type parameters of type Log Modifier and Type Field Description private static java.lang.reflect.Constructor<? extends Log>
LogFactory. logConstructor
Methods in org.apache.ibatis.logging that return Log Modifier and Type Method Description static Log
LogFactory. getLog(java.lang.Class<?> clazz)
static Log
LogFactory. getLog(java.lang.String logger)
Method parameters in org.apache.ibatis.logging with type arguments of type Log Modifier and Type Method Description private static void
LogFactory. setImplementation(java.lang.Class<? extends Log> implClass)
static void
LogFactory. useCustomLogging(java.lang.Class<? extends Log> clazz)
-
Uses of Log in org.apache.ibatis.logging.commons
Classes in org.apache.ibatis.logging.commons that implement Log Modifier and Type Class Description class
JakartaCommonsLoggingImpl
-
Uses of Log in org.apache.ibatis.logging.jdbc
Fields in org.apache.ibatis.logging.jdbc declared as Log Modifier and Type Field Description protected Log
BaseJdbcLogger. statementLog
Methods in org.apache.ibatis.logging.jdbc with parameters of type Log Modifier and Type Method Description static java.sql.Connection
ConnectionLogger. newInstance(java.sql.Connection conn, Log statementLog, int queryStack)
Creates a logging version of a connection.static java.sql.PreparedStatement
PreparedStatementLogger. newInstance(java.sql.PreparedStatement stmt, Log statementLog, int queryStack)
Creates a logging version of a PreparedStatement.static java.sql.ResultSet
ResultSetLogger. newInstance(java.sql.ResultSet rs, Log statementLog, int queryStack)
Creates a logging version of a ResultSet.static java.sql.Statement
StatementLogger. newInstance(java.sql.Statement stmt, Log statementLog, int queryStack)
Creates a logging version of a Statement.Constructors in org.apache.ibatis.logging.jdbc with parameters of type Log Constructor Description BaseJdbcLogger(Log log, int queryStack)
ConnectionLogger(java.sql.Connection conn, Log statementLog, int queryStack)
PreparedStatementLogger(java.sql.PreparedStatement stmt, Log statementLog, int queryStack)
ResultSetLogger(java.sql.ResultSet rs, Log statementLog, int queryStack)
StatementLogger(java.sql.Statement stmt, Log statementLog, int queryStack)
-
Uses of Log in org.apache.ibatis.logging.jdk14
Classes in org.apache.ibatis.logging.jdk14 that implement Log Modifier and Type Class Description class
Jdk14LoggingImpl
-
Uses of Log in org.apache.ibatis.logging.log4j
Classes in org.apache.ibatis.logging.log4j that implement Log Modifier and Type Class Description class
Log4jImpl
-
Uses of Log in org.apache.ibatis.logging.log4j2
Classes in org.apache.ibatis.logging.log4j2 that implement Log Modifier and Type Class Description class
Log4j2AbstractLoggerImpl
class
Log4j2Impl
class
Log4j2LoggerImpl
Fields in org.apache.ibatis.logging.log4j2 declared as Log Modifier and Type Field Description private Log
Log4j2Impl. log
-
Uses of Log in org.apache.ibatis.logging.nologging
Classes in org.apache.ibatis.logging.nologging that implement Log Modifier and Type Class Description class
NoLoggingImpl
-
Uses of Log in org.apache.ibatis.logging.slf4j
Classes in org.apache.ibatis.logging.slf4j that implement Log Modifier and Type Class Description class
Slf4jImpl
(package private) class
Slf4jLocationAwareLoggerImpl
(package private) class
Slf4jLoggerImpl
Fields in org.apache.ibatis.logging.slf4j declared as Log Modifier and Type Field Description private Log
Slf4jImpl. log
-
Uses of Log in org.apache.ibatis.logging.stdout
Classes in org.apache.ibatis.logging.stdout that implement Log Modifier and Type Class Description class
StdOutImpl
-
Uses of Log in org.apache.ibatis.mapping
Fields in org.apache.ibatis.mapping declared as Log Modifier and Type Field Description private static Log
ResultMap.Builder. log
private static Log
VendorDatabaseIdProvider.LogHolder. log
private Log
MappedStatement. statementLog
Methods in org.apache.ibatis.mapping that return Log Modifier and Type Method Description Log
MappedStatement. getStatementLog()
-
Uses of Log in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as Log Modifier and Type Field Description private static Log
AutoMappingUnknownColumnBehavior.LogHolder. log
Fields in org.apache.ibatis.session with type parameters of type Log Modifier and Type Field Description protected java.lang.Class<? extends Log>
Configuration. logImpl
Methods in org.apache.ibatis.session that return types with arguments of type Log Modifier and Type Method Description java.lang.Class<? extends Log>
Configuration. getLogImpl()
Method parameters in org.apache.ibatis.session with type arguments of type Log Modifier and Type Method Description void
Configuration. setLogImpl(java.lang.Class<? extends Log> logImpl)
-
Uses of Log in org.apache.ibatis.transaction.jdbc
Fields in org.apache.ibatis.transaction.jdbc declared as Log Modifier and Type Field Description private static Log
JdbcTransaction. log
-
Uses of Log in org.apache.ibatis.transaction.managed
Fields in org.apache.ibatis.transaction.managed declared as Log Modifier and Type Field Description private static Log
ManagedTransaction. log
-