Uses of Interface
org.apache.ibatis.logging.Log
Packages that use Log
Package
Description
Contains the statement executors.
Base package for logging.
logger using Commons Logging feature.
Logging proxies that logs any JDBC statement.
logger using JDK logging feature.
logger using Log4J feature.
logger using Log4J 2 feature.
logger for no operation.
logger using SLF4J feature.
logger using standard out.
Base package for mapping.
Base package.
-
Uses of Log in org.apache.ibatis.executor
Methods in org.apache.ibatis.executor with parameters of type LogModifier and TypeMethodDescriptionprotected Connection
BaseExecutor.getConnection
(Log statementLog) -
Uses of Log in org.apache.ibatis.logging
Methods in org.apache.ibatis.logging that return LogMethod parameters in org.apache.ibatis.logging with type arguments of type LogModifier and TypeMethodDescriptionstatic void
LogFactory.useCustomLogging
(Class<? extends Log> clazz) -
Uses of Log in org.apache.ibatis.logging.commons
Classes in org.apache.ibatis.logging.commons that implement Log -
Uses of Log in org.apache.ibatis.logging.jdbc
Fields in org.apache.ibatis.logging.jdbc declared as LogMethods in org.apache.ibatis.logging.jdbc with parameters of type LogModifier and TypeMethodDescriptionstatic Connection
ConnectionLogger.newInstance
(Connection conn, Log statementLog, int queryStack) Creates a logging version of a connection.static PreparedStatement
PreparedStatementLogger.newInstance
(PreparedStatement stmt, Log statementLog, int queryStack) Creates a logging version of a PreparedStatement.static ResultSet
ResultSetLogger.newInstance
(ResultSet rs, Log statementLog, int queryStack) Creates a logging version of a ResultSet.static Statement
StatementLogger.newInstance
(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 -
Uses of Log in org.apache.ibatis.logging.jdk14
Classes in org.apache.ibatis.logging.jdk14 that implement Log -
Uses of Log in org.apache.ibatis.logging.log4j
Classes in org.apache.ibatis.logging.log4j that implement LogModifier and TypeClassDescriptionclass
Deprecated.Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. -
Uses of Log in org.apache.ibatis.logging.log4j2
Classes in org.apache.ibatis.logging.log4j2 that implement LogModifier and TypeClassDescriptionclass
class
class
-
Uses of Log in org.apache.ibatis.logging.nologging
Classes in org.apache.ibatis.logging.nologging that implement Log -
Uses of Log in org.apache.ibatis.logging.slf4j
Classes in org.apache.ibatis.logging.slf4j that implement Log -
Uses of Log in org.apache.ibatis.logging.stdout
Classes in org.apache.ibatis.logging.stdout that implement Log -
Uses of Log in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return Log -
Uses of Log in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type LogMethods in org.apache.ibatis.session that return types with arguments of type LogMethod parameters in org.apache.ibatis.session with type arguments of type Log