Package org.hibernate.c3p0.internal
Interface C3P0MessageLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
,ConnectionInfoLogger
@MessageLogger(projectCode="HHH") @ValidIdRange(min=10001, max=15000) public interface C3P0MessageLogger extends ConnectionInfoLogger
The jboss-loggingMessageLogger
for the hibernate-c3p0 module. It reserves message ids ranging from 10001 to 15000 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 C3P0MessageLogger
C3P0_MSG_LOGGER
static String
NAME
-
Fields inherited from interface org.hibernate.internal.log.ConnectionInfoLogger
INSTANCE, LOGGER_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bothHibernateAndC3p0StylesSet(String hibernateStyle, String c3p0Style)
Log a message (WARN) about conflictinghibernate.c3p0.XYZ
andc3p0.XYZ
settings-
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 Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
C3P0_MSG_LOGGER
static final C3P0MessageLogger C3P0_MSG_LOGGER
-
-
Method Detail
-
bothHibernateAndC3p0StylesSet
@LogMessage(level=WARN) @Message(value="Both hibernate-style property \'%1$s\' and c3p0-style property \'%2$s\' have been set in Hibernate properties. Hibernate-style property \'%1$s\' will be used and c3p0-style property \'%2$s\' will be ignored!", id=10001) void bothHibernateAndC3p0StylesSet(String hibernateStyle, String c3p0Style)
Log a message (WARN) about conflictinghibernate.c3p0.XYZ
andc3p0.XYZ
settings- Parameters:
hibernateStyle
- Thehibernate.c3p0
prefixed settingc3p0Style
- Thec3p0.
prefixed setting
-
-