接口 ConnectionPoolingLogger
-
- 所有超级接口:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=10001001, max=10001500) public interface ConnectionPoolingLogger extends org.jboss.logging.BasicLogger- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static ConnectionPoolingLoggerCONNECTIONS_LOGGERStatic access to the logging instance
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidautoCommitMode(boolean autocommit)voidcleaningUpConnectionPool(String url)voidconnectionProperties(Properties connectionProps)voidjdbcDriverNotSpecified(String driver)voidjdbcIsolationLevel(String isolationLevelToString)StringjdbcUrlNotSpecified(String url)voidunableToClosePooledConnection(SQLException e)voidusingDriver(String driverClassName, String url)voidusingHibernateBuiltInConnectionPool()-
从接口继承的方法 org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
-
-
-
字段详细资料
-
CONNECTIONS_LOGGER
static final ConnectionPoolingLogger CONNECTIONS_LOGGER
Static access to the logging instance
-
-
方法详细资料
-
connectionProperties
@LogMessage(level=INFO) @Message(value="Connection properties: %s", id=10001001) void connectionProperties(Properties connectionProps)
-
usingHibernateBuiltInConnectionPool
@LogMessage(level=WARN) @Message(value="Using Hibernate built-in connection pool (not for production use!)", id=10001002) void usingHibernateBuiltInConnectionPool()
-
autoCommitMode
@LogMessage(level=INFO) @Message(value="Autocommit mode: %s", id=10001003) void autoCommitMode(boolean autocommit)
-
jdbcUrlNotSpecified
@Message(value="JDBC URL was not specified by property %s", id=10001004) String jdbcUrlNotSpecified(String url)
-
usingDriver
@LogMessage(level=INFO) @Message(value="using driver [%s] at URL [%s]", id=10001005) void usingDriver(String driverClassName, String url)
-
jdbcDriverNotSpecified
@LogMessage(level=WARN) @Message(value="No JDBC Driver class was specified by property %s", id=10001006) void jdbcDriverNotSpecified(String driver)
-
jdbcIsolationLevel
@LogMessage(level=INFO) @Message(value="JDBC isolation level: %s", id=10001007) void jdbcIsolationLevel(String isolationLevelToString)
-
cleaningUpConnectionPool
@LogMessage(level=INFO) @Message(value="Cleaning up connection pool [%s]", id=10001008) void cleaningUpConnectionPool(String url)
-
unableToClosePooledConnection
@LogMessage(level=WARN) @Message(value="Problem closing pooled connection", id=10001009) void unableToClosePooledConnection(@Cause SQLException e)
-
-