Uses of Interface
org.apache.ibatis.logging.Log
-
Packages that use Log Package Description org.apache.ibatis.executor Contains the statement executors.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. -
-
Uses of Log in org.apache.ibatis.executor
Methods in org.apache.ibatis.executor with parameters of type Log Modifier and Type Method Description protected java.sql.Connection
BaseExecutor. getConnection(Log statementLog)
-
Uses of Log in org.apache.ibatis.logging
Methods in org.apache.ibatis.logging that return Log Modifier and Type Method Description static Log
LogFactory. getLog(java.lang.Class<?> aClass)
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 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)
-
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
-
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
-
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
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 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)
-