@MessageLogger(projectCode="ISPN")
public interface Log
extends org.jboss.logging.BasicLogger
debug, debug, debug, debug, 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, 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
@LogMessage(level=) @Message(value="Could not find \'%s\' file in classpath, using defaults.", id=4001) void couldNotFindPropertiesFile(String propertiesFile)
@LogMessage(level=) @Message(value="Cannot perform operations on a cache associated with an unstarted RemoteCacheManager. Use RemoteCacheManager.start before using the remote cache.", id=4002) void unstartedRemoteCacheManager()
@LogMessage(level=) @Message(value="Invalid magic number. Expected %#x and received %#x", id=4003) void invalidMagicNumber(short expectedMagicNumber, short receivedMagic)
@LogMessage(level=) @Message(value="Invalid message id. Expected %d and received %d", id=4004) void invalidMessageId(long expectedMsgId, long receivedMsgId)
@LogMessage(level=) @Message(value="Error received from the server: %s", id=4005) void errorFromServer(String message)
@LogMessage(level=) @Message(value="%s sent new topology view (id=%d) containing %d addresses: %s", id=4006) void newTopology(SocketAddress address, int viewId, int topologySize, Set<SocketAddress> topology)
@LogMessage(level=) @Message(value="Exception encountered. Retry %d out of %d", id=4007) void exceptionAndNoRetriesLeft(int retry, int maxRetries, @Cause HotRodClientException te)
@LogMessage(level=) @Message(value="Issues closing socket for %s: %s", id=4009) void errorClosingSocket(TcpTransport transport, IOException e)
@LogMessage(level=) @Message(value="Exception while shutting down the connection pool.", id=4010) void errorClosingConnectionPool(@Cause Exception e)
@LogMessage(level=) @Message(value="No hash function configured for version: %d", id=4011) void noHasHFunctionConfigured(int hashFunctionVersion)
@LogMessage(level=) @Message(value="Could not invalidate connection: %s", id=4012) void couldNoInvalidateConnection(TcpTransport transport, @Cause Exception e)
@LogMessage(level=) @Message(value="Could not release connection: %s", id=4013) void couldNotReleaseConnection(TcpTransport transport, @Cause Exception e)
@LogMessage(level=) @Message(value="New server added(%s), adding to the pool.", id=4014) void newServerAdded(SocketAddress server)
@LogMessage(level=) @Message(value="Failed adding new server %s", id=4015) void failedAddingNewServer(SocketAddress server, @Cause Exception e)
@LogMessage(level=) @Message(value="Server not in cluster anymore(%s), removing from the pool.", id=4016) void removingServer(SocketAddress server)
@LogMessage(level=) @Message(value="Could not fetch transport", id=4017) void couldNotFetchTransport(@Cause Exception e)
@LogMessage(level=) @Message(value="Unable to convert string property [%s] to an int! Using default value of %d", id=4018) void unableToConvertStringPropertyToInt(String value, int defaultValue)
@LogMessage(level=) @Message(value="Unable to convert string property [%s] to a long! Using default value of %d", id=4019) void unableToConvertStringPropertyToLong(String value, long defaultValue)
@LogMessage(level=) @Message(value="Unable to convert string property [%s] to a boolean! Using default value of %b", id=4020) void unableToConvertStringPropertyToBoolean(String value, boolean defaultValue)
@LogMessage(level=) @Message(value="Infinispan version: %s", id=4021) void version(String version)
@LogMessage(level=) @Message(value="Unable to invalidate transport for server: %s", id=4022) void unableToInvalidateTransport(SocketAddress serverAddress)
@Message(value="SSL Enabled but no KeyStore specified", id=4023) CacheConfigurationException noSSLKeyManagerConfiguration()
@Message(value="SSL Enabled but no TrustStore specified", id=4024) CacheConfigurationException noSSLTrustManagerConfiguration()
@Message(value="A password is required to open the KeyStore \'%s\'", id=4025) CacheConfigurationException missingKeyStorePassword(String keyStore)
@Message(value="A password is required to open the TrustStore \'%s\'", id=4026) CacheConfigurationException missingTrustStorePassword(String trustStore)
@Message(value="Cannot configure custom KeyStore and/or TrustStore when specifying a SSLContext", id=4027) CacheConfigurationException xorSSLContext()
@Message(value="Unable to parse server IP address %s", id=4028) CacheConfigurationException parseErrorServerAddress(String server)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.