Package org.hibernate.cache.spi
Interface SecondLevelCacheLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH")
@ValidIdRange(min=90001001,
max=90002000)
public interface SecondLevelCacheLogger
extends org.jboss.logging.BasicLogger
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SecondLevelCacheLogger
static final String
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
missingCacheCreated
(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue) void
nonStandardSupportForAccessType
(String key, String accessType, String regionName) void
readOnlyCachingMutableEntity
(NavigableRole navigableRole) void
readOnlyCachingMutableNaturalId
(NavigableRole navigableRole) void
softLockedCacheExpired
(String regionName, Object key) Log a message (WARN) about expiry of soft-locked region.void
usingLegacyCacheName
(String currentName, String legacyName) 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
-
Field Details
-
LOGGER_NAME
- See Also:
-
L2CACHE_LOGGER
-
NAMESPACE
static final int NAMESPACE- See Also:
-
-
Method Details
-
attemptToStartAlreadyStartedCacheProvider
@LogMessage(level=WARN) @Message(value="Attempt to restart an already started RegionFactory. Use sessionFactory.close() between repeated calls to buildSessionFactory. Using previously created RegionFactory.", id=90001001) void attemptToStartAlreadyStartedCacheProvider() -
attemptToStopAlreadyStoppedCacheProvider
@LogMessage(level=WARN) @Message(value="Attempt to restop an already stopped JCacheRegionFactory.", id=90001002) void attemptToStopAlreadyStoppedCacheProvider() -
softLockedCacheExpired
@LogMessage(level=INFO) @Message(value="Cache[%s] Key[%s]\nA soft-locked cache entry was expired by the underlying cache. If this happens regularly you should consider increasing the cache timeouts and/or capacity limits", id=90001005) void softLockedCacheExpired(String regionName, Object key) Log a message (WARN) about expiry of soft-locked region. -
missingCacheCreated
@LogMessage(level=WARN) @Message(value="Missing cache[%1$s] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting \'%2$s\' to \'%3$s\'.", id=90001006) void missingCacheCreated(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue) -
usingLegacyCacheName
-
nonStandardSupportForAccessType
-