Interface Log

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    Log_$logger

    @MessageLogger(projectCode="ISPN")
    public interface Log
    extends org.jboss.logging.BasicLogger
    Log abstraction for the rest cache store. For this module, message ids ranging from 22001 to 23000 inclusively have been reserved.
    Since:
    6.0
    Author:
    Tristan Tarrant
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cannotCloseClient​(Throwable e)  
      void errorExecutingParallelStoreTask​(Throwable cause)  
      org.infinispan.persistence.spi.PersistenceException errorGettingCacheSize​(Exception e)  
      org.infinispan.persistence.spi.PersistenceException errorLoadingRemoteEntries​(Exception e)  
      org.infinispan.commons.CacheConfigurationException hostNotSpecified()  
      org.infinispan.persistence.spi.PersistenceException httpError​(String status)  
      org.infinispan.persistence.spi.PersistenceException httpError​(Throwable t)  
      • 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
    • Method Detail

      • errorExecutingParallelStoreTask

        @LogMessage(level=ERROR)
        @Message(value="Error executing parallel store task",
                 id=252)
        void errorExecutingParallelStoreTask​(@Cause
                                             Throwable cause)
      • httpError

        @Message(value="HTTP error: %s",
                 id=22002)
        org.infinispan.persistence.spi.PersistenceException httpError​(String status)
      • httpError

        @Message(value="HTTP error",
                 id=22003)
        org.infinispan.persistence.spi.PersistenceException httpError​(@Cause
                                                                      Throwable t)
      • hostNotSpecified

        @Message(value="Host not specified",
                 id=22004)
        org.infinispan.commons.CacheConfigurationException hostNotSpecified()
      • errorLoadingRemoteEntries

        @Message(value="Error loading entries from remote server",
                 id=22005)
        org.infinispan.persistence.spi.PersistenceException errorLoadingRemoteEntries​(@Cause
                                                                                      Exception e)
      • errorGettingCacheSize

        @Message(value="Error getting cache size",
                 id=22006)
        org.infinispan.persistence.spi.PersistenceException errorGettingCacheSize​(@Cause
                                                                                  Exception e)
      • cannotCloseClient

        @LogMessage(level=WARN)
        @Message(value="Cound not close the REST client",
                 id=22007)
        void cannotCloseClient​(@Cause
                               Throwable e)