@MessageLogger(projectCode="HHH")
 @ValidIdRange(min=10001001,
              max=10001500)
public interface ConnectionPoolingLogger
extends BasicLogger
| Modifier and Type | Field and Description | 
|---|---|
| static ConnectionPoolingLogger | CONNECTIONS_LOGGERStatic access to the logging instance | 
| Modifier and Type | Method and Description | 
|---|---|
| void | autoCommitMode(boolean autocommit) | 
| void | cleaningUpConnectionPool(String url) | 
| void | connectionProperties(Properties connectionProps) | 
| void | jdbcDriverNotSpecified(String driver) | 
| void | jdbcIsolationLevel(String isolationLevelToString) | 
| String | jdbcUrlNotSpecified(String url) | 
| void | unableToClosePooledConnection(SQLException e) | 
| void | usingDriver(String driverClassName,
           String url) | 
| void | usingHibernateBuiltInConnectionPool() | 
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, warnvstatic final ConnectionPoolingLogger CONNECTIONS_LOGGER
@LogMessage(level=INFO) @Message(value="Connection properties: %s", id=10001001) void connectionProperties(Properties connectionProps)
@LogMessage(level=WARN) @Message(value="Using Hibernate built-in connection pool (not for production use!)", id=10001002) void usingHibernateBuiltInConnectionPool()
@LogMessage(level=INFO) @Message(value="Autocommit mode: %s", id=10001003) void autoCommitMode(boolean autocommit)
@Message(value="JDBC URL was not specified by property %s",
         id=10001004)
String jdbcUrlNotSpecified(String url)
@LogMessage(level=INFO) @Message(value="using driver [%s] at URL [%s]", id=10001005) void usingDriver(String driverClassName, String url)
@LogMessage(level=WARN) @Message(value="No JDBC Driver class was specified by property %s", id=10001006) void jdbcDriverNotSpecified(String driver)
@LogMessage(level=INFO) @Message(value="JDBC isolation level: %s", id=10001007) void jdbcIsolationLevel(String isolationLevelToString)
@LogMessage(level=INFO) @Message(value="Cleaning up connection pool [%s]", id=10001008) void cleaningUpConnectionPool(String url)
@LogMessage(level=WARN) @Message(value="Problem closing pooled connection", id=10001009) void unableToClosePooledConnection(@Cause SQLException e)
Copyright © 2017 JBoss by Red Hat. All rights reserved.