Interface ProxoolMessageLogger

All Superinterfaces:
org.jboss.logging.BasicLogger, org.hibernate.internal.log.ConnectionInfoLogger

@MessageLogger(projectCode="HHH") @ValidIdRange(min=30001, max=35000) public interface ProxoolMessageLogger extends org.hibernate.internal.log.ConnectionInfoLogger
The jboss-logging MessageLogger for the hibernate-proxool module. It reserves message ids ranging from 30001 to 35000 inclusively.

New messages must be added after the last message defined to ensure message codes are unique.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
     

    Fields inherited from interface org.hibernate.internal.log.ConnectionInfoLogger

    INSTANCE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logs the name of a named pool to be used for configuration information
    void
    Logs the name of a named existing pool in memory to be used
    void
    Logs a message that the proxool pool will be built using its JAXP (XML) configuration mechanism
    void
    Logs a message that the proxool pool will be built using a properties file

    Methods inherited from interface 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

    Methods inherited from interface org.hibernate.internal.log.ConnectionInfoLogger

    cleaningUpConnectionPool, configureConnectionPool, jdbcDriverNotSpecified, logConnectionInfoDetails, unableToClosePooledConnection, unableToDestroyConnectionPool, unableToInstantiateConnectionPool, usingHibernateBuiltInConnectionPool
  • Field Details

  • Method Details

    • configuringProxoolProviderToUsePoolAlias

      @LogMessage(level=DEBUG) @Message(value="Configuring Proxool to use pool alias: %s", id=30002) void configuringProxoolProviderToUsePoolAlias(String proxoolAlias)
      Logs the name of a named pool to be used for configuration information
      Parameters:
      proxoolAlias - The name (alias) of the proxool pool
    • configuringProxoolProviderUsingExistingPool

      @LogMessage(level=DEBUG) @Message(value="Configuring Proxool using existing pool in memory: %s", id=30003) void configuringProxoolProviderUsingExistingPool(String proxoolAlias)
      Logs the name of a named existing pool in memory to be used
      Parameters:
      proxoolAlias - The name (alias) of the proxool pool
    • configuringProxoolProviderUsingJaxpConfigurator

      @LogMessage(level=DEBUG) @Message(value="Configuring Proxool using JAXPConfigurator: %s", id=30004) void configuringProxoolProviderUsingJaxpConfigurator(String jaxpFile)
      Logs a message that the proxool pool will be built using its JAXP (XML) configuration mechanism
      Parameters:
      jaxpFile - The XML configuration file to use
    • configuringProxoolProviderUsingPropertiesFile

      @LogMessage(level=DEBUG) @Message(value="Configuring Proxool using properties file: %s", id=30005) void configuringProxoolProviderUsingPropertiesFile(String propFile)
      Logs a message that the proxool pool will be built using a properties file
      Parameters:
      propFile - The properties file to use