Class InfinispanLogger_$logger

  • All Implemented Interfaces:
    Serializable, InfinispanLogger, org.jboss.logging.BasicLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2022-07-08T18:20:45+0100")
    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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activatingSubsystem()
      Logs an informational message indicating the Infinispan subsystem is being activated.
      protected String activatingSubsystem$str()  
      void attributeDeprecated​(String attribute, String element)
      Logs a warning message indicating that the specified attribute of the specified element is no longer valid and will be ignored.
      protected String attributeDeprecated$str()  
      void cacheStarted​(String cacheName, String containerName)
      Logs an informational message indicating that a cache is being started.
      protected String cacheStarted$str()  
      void cacheStopped​(String cacheName, String containerName)
      Logs an informational message indicating that a cache is being stopped.
      protected String cacheStopped$str()  
      void elementIgnored​(String element)
      Logs a warning message indicating that the specified topology attribute of the transport element is no longer valid
      protected String elementIgnored$str()  
      protected Locale getLoggingLocale()  
      IllegalArgumentException invalidCacheStore​(Throwable cause, String cacheStoreName)
      Creates an exception indicating an invalid cache store.
      protected String invalidCacheStore$str()  
      void marshallerEnumValueDeprecated​(String attributeName, Object attributeValue, Set<?> supportedValues)  
      protected String marshallerEnumValueDeprecated$str()  
      void remoteCacheContainerStarted​(String remoteCacheContainer)  
      protected String remoteCacheContainerStarted$str()  
      void remoteCacheContainerStopped​(String remoteCacheContainer)  
      protected String remoteCacheContainerStopped$str()  
      org.infinispan.client.hotrod.exceptions.HotRodClientException remoteCacheMustBeDefined​(String protocolVersion, String remoteCacheName)  
      protected String remoteCacheMustBeDefined$str()  
      • 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 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 Detail

      • InfinispanLogger_$logger

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

      • 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()
      • attributeDeprecated

        public final void attributeDeprecated​(String attribute,
                                              String element)
        Description copied from interface: InfinispanLogger
        Logs a warning message indicating that the specified attribute of the specified element is no longer valid and will be ignored.
        Specified by:
        attributeDeprecated in interface InfinispanLogger
      • attributeDeprecated$str

        protected String attributeDeprecated$str()
      • elementIgnored

        public final void elementIgnored​(String element)
        Description copied from interface: InfinispanLogger
        Logs a warning message indicating that the specified topology attribute of the transport element is no longer valid
        Specified by:
        elementIgnored in interface InfinispanLogger
      • elementIgnored$str

        protected String elementIgnored$str()
      • invalidCacheStore$str

        protected String invalidCacheStore$str()
      • remoteCacheContainerStarted$str

        protected String remoteCacheContainerStarted$str()
      • remoteCacheContainerStopped$str

        protected String remoteCacheContainerStopped$str()
      • remoteCacheMustBeDefined$str

        protected String remoteCacheMustBeDefined$str()
      • marshallerEnumValueDeprecated$str

        protected String marshallerEnumValueDeprecated$str()