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

    Fields
    Modifier and Type
    Field
    Description
     
    static final String
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    missingCacheCreated(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue)
     
    void
    nonStandardSupportForAccessType(String regionName, String accessType, String regionFactoryClass)
     
    void
     
    void
     
    void
     
    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

  • Method Details

    • attemptToStartAlreadyStartedCacheProvider

      @LogMessage(level=WARN) @Message(value="Attempt to start an already-started RegionFactory, probably because a SessionFactory was not closed. Using previously created RegionFactory.", id=90001001) void attemptToStartAlreadyStartedCacheProvider()
    • attemptToStopAlreadyStoppedCacheProvider

      @LogMessage(level=WARN) @Message(value="Attempt to stop an already-stopped JCacheRegionFactory.", id=90001002) void attemptToStopAlreadyStoppedCacheProvider()
    • readOnlyCachingMutableEntity

      @LogMessage(level=WARN) @Message(value="Read-only caching was requested for mutable entity [%s]", id=90001003) void readOnlyCachingMutableEntity(String entity)
    • readOnlyCachingMutableNaturalId

      @LogMessage(level=WARN) @Message(value="Read-only caching was requested for mutable natural-id for entity [%s]", id=90001004) void readOnlyCachingMutableNaturalId(String entity)
    • softLockedCacheExpired

      @LogMessage(level=INFO) @Message(value="A soft-locked cache entry in region [%s] with key [%s] was expired by the underlying cache. If this happens regularly, consider increasing the cache timeouts and/or capacity limits.", id=90001005) void softLockedCacheExpired(String regionName, Object key)
    • missingCacheCreated

      @LogMessage(level=WARN) @Message(value="Missing cache region [%1$s] was created with provider-specific default policies. Explicitly configure the region and its policies, or disable this warning by setting \'%2$s\' to \'%3$s\'.", id=90001006) void missingCacheCreated(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue)
    • usingLegacyCacheName

      @LogMessage(level=WARN) @Message(value="Using legacy cache name [%2$s] because configuration could not be found for cache [%1$s]. Update configuration to rename cache [%2$s] to [%1$s].", id=90001007) void usingLegacyCacheName(String currentName, String legacyName)
    • nonStandardSupportForAccessType

      @LogMessage(level=WARN) @Message(value="Cache region [%1$s] has the access type \'%2$s\' which is not supported by [%3$s]. Ensure cache implementation supports JTA transactions.", id=90001008) void nonStandardSupportForAccessType(String regionName, String accessType, String regionFactoryClass)