Class InfinispanLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.clustering.infinispan.logging.InfinispanLogger_$logger
All Implemented Interfaces:
Serializable, InfinispanLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-05-14T16:42:34+0200") public class InfinispanLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements InfinispanLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Field Summary

    Fields inherited from class org.jboss.logging.DelegatingBasicLogger

    log

    Fields inherited from interface org.jboss.as.clustering.infinispan.logging.InfinispanLogger

    ROOT_LOGGER, ROOT_LOGGER_CATEGORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    InfinispanLogger_$logger(org.jboss.logging.Logger log)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    Logs an informational message indicating the Infinispan subsystem is being activated.
    protected String
     
    final void
    cacheStarted(String cacheName, String containerName)
    Logs an informational message indicating that a cache is being started.
    protected String
     
    final void
    cacheStopped(String cacheName, String containerName)
    Logs an informational message indicating that a cache is being stopped.
    protected String
     
    protected Locale
     
    invalidCacheStore(Throwable cause, String cacheStoreName)
    Creates an exception indicating an invalid cache store.
    protected String
     
    final void
    marshallerEnumValueDeprecated(String attributeName, Object attributeValue, Set<?> supportedValues)
     
    protected String
     
    final void
    remoteCacheContainerStarted(String remoteCacheContainer)
     
    protected String
     
    final void
    remoteCacheContainerStopped(String remoteCacheContainer)
     
    protected String
     
    final org.infinispan.client.hotrod.exceptions.HotRodClientException
    remoteCacheMustBeDefined(String protocolVersion, String remoteCacheName)
     
    protected String
     

    Methods inherited from class org.jboss.logging.DelegatingBasicLogger

    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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
  • Constructor Details

    • InfinispanLogger_$logger

      public InfinispanLogger_$logger(org.jboss.logging.Logger log)
  • Method Details

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • activatingSubsystem

      public final void activatingSubsystem()
      Description copied from interface: InfinispanLogger
      Logs an informational message indicating the Infinispan subsystem is being activated.
      Specified by:
      activatingSubsystem in interface InfinispanLogger
    • activatingSubsystem$str

      protected String activatingSubsystem$str()
    • cacheStarted

      public final void cacheStarted(String cacheName, String containerName)
      Description copied from interface: InfinispanLogger
      Logs an informational message indicating that a cache is being started.
      Specified by:
      cacheStarted in interface InfinispanLogger
      Parameters:
      cacheName - the name of the cache.
      containerName - the name of the cache container.
    • cacheStarted$str

      protected String cacheStarted$str()
    • cacheStopped

      public final void cacheStopped(String cacheName, String containerName)
      Description copied from interface: InfinispanLogger
      Logs an informational message indicating that a cache is being stopped.
      Specified by:
      cacheStopped in interface InfinispanLogger
      Parameters:
      cacheName - the name of the cache.
      containerName - the name of the cache container.
    • cacheStopped$str

      protected String cacheStopped$str()
    • invalidCacheStore$str

      protected String invalidCacheStore$str()
    • invalidCacheStore

      public final IllegalArgumentException invalidCacheStore(Throwable cause, String cacheStoreName)
      Description copied from interface: InfinispanLogger
      Creates an exception indicating an invalid cache store.
      Specified by:
      invalidCacheStore in interface InfinispanLogger
      Parameters:
      cause - the cause of the error.
      cacheStoreName - the name of the cache store.
      Returns:
      an IllegalArgumentException for the error.
    • remoteCacheContainerStarted

      public final void remoteCacheContainerStarted(String remoteCacheContainer)
      Specified by:
      remoteCacheContainerStarted in interface InfinispanLogger
    • remoteCacheContainerStarted$str

      protected String remoteCacheContainerStarted$str()
    • remoteCacheContainerStopped

      public final void remoteCacheContainerStopped(String remoteCacheContainer)
      Specified by:
      remoteCacheContainerStopped in interface InfinispanLogger
    • remoteCacheContainerStopped$str

      protected String remoteCacheContainerStopped$str()
    • remoteCacheMustBeDefined$str

      protected String remoteCacheMustBeDefined$str()
    • remoteCacheMustBeDefined

      public final org.infinispan.client.hotrod.exceptions.HotRodClientException remoteCacheMustBeDefined(String protocolVersion, String remoteCacheName)
      Specified by:
      remoteCacheMustBeDefined in interface InfinispanLogger
    • marshallerEnumValueDeprecated

      public final void marshallerEnumValueDeprecated(String attributeName, Object attributeValue, Set<?> supportedValues)
      Specified by:
      marshallerEnumValueDeprecated in interface InfinispanLogger
    • marshallerEnumValueDeprecated$str

      protected String marshallerEnumValueDeprecated$str()