Class InfinispanLogger_$logger

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