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 Resp protocol server module. For this module, message ids ranging from 12001 to 13000 inclusively have been reserved.
Since:
14.0
Author:
William Burns
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Log
     
    static final Log
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.commons.CacheConfigurationException
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     

    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

    • CONFIG

      static final Log CONFIG
    • SERVER

      static final Log SERVER
  • Method Details

    • authenticationWithoutAuthenticator

      @Message(value="Cannot enable authentication without an authenticator.", id=12002) org.infinispan.commons.CacheConfigurationException authenticationWithoutAuthenticator()
    • unexpectedException

      @LogMessage(level=WARN) @Message(value="Received an unexpected exception.", id=12003) void unexpectedException(@Cause Throwable cause)
    • exceptionWhileRemovingListener

      @LogMessage(level=WARN) @Message(value="An error occurred when removing the listener for channel %s", id=12004) void exceptionWhileRemovingListener(@Cause Throwable cause, CharBuffer channelName)
    • exceptionWhileRegisteringListener

      @LogMessage(level=WARN) @Message(value="There was an error adding listener for channel %s", id=12005) void exceptionWhileRegisteringListener(@Cause Throwable cause, CharBuffer channelName)
    • lmoveConsistencyMessage

      @LogMessage(level=WARN) @Message(value="LMOVE command can\'t guarantee atomicity and consistency when the source list and the destination list are different", id=12006) @Once void lmoveConsistencyMessage()
    • multiKeyOperationUseBatching

      @Once @LogMessage(level=WARN) @Message(value="Multi-key operations without batching have a relaxed isolation level. Consider enabling batching.", id=12007) void multiKeyOperationUseBatching()
    • smoveConsistencyMessage

      @LogMessage(level=WARN) @Message(value="SMOVE command can\'t guarantee atomicity and consistency when the source list and the destination set are different", id=12008) @Once void smoveConsistencyMessage()
    • msetnxConsistencyMessage

      @LogMessage(level=WARN) @Message(value="MSETNX command can\'t guarantee atomicity and consistency against concurrent set", id=12009) @Once void msetnxConsistencyMessage()