Interface Log

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="ISPN") @ValidIdRange(min=13001, max=14000) public interface Log extends org.jboss.logging.BasicLogger
Log abstraction for the Resp protocol server module.
Since:
14.0
Author:
William Burns
  • Field Summary

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

    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=13002) CacheConfigurationException authenticationWithoutAuthenticator()
    • unexpectedException

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

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

      @LogMessage(level=WARN) @Message(value="There was an error adding listener for channel %s", id=13005) 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=13006) @Once void lmoveConsistencyMessage()
    • 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=13008) @Once void smoveConsistencyMessage()
    • msetnxConsistencyMessage

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

      @LogMessage(level=WARN) @Message(value="PESSIMISTIC locking is preferred instead of \'%s\'", id=13010) void utilizePessimisticLocking(String mode)
    • enableTransactionForMultiExec

      @Once @LogMessage(level=WARN) @Message(value="Multi-Exec operations without transactions have a relaxed isolation level. Consider enabling transaction.", id=13011) void enableTransactionForMultiExec()