@MessageLogger(projectCode="WFLYCLINF",
length=4)
public interface InfinispanLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static InfinispanLogger |
ROOT_LOGGER
The root logger.
|
static String |
ROOT_LOGGER_CATEGORY |
Modifier and Type | Method and Description |
---|---|
void |
activatingSubsystem()
Logs an informational message indicating the Infinispan subsystem is being activated.
|
void |
attributeDeprecated(String attribute,
String element)
Logs a warning message indicating that the specified attribute of the specified element is no longer valid and will be ignored.
|
void |
cacheStarted(String cacheName,
String containerName)
Logs an informational message indicating that a cache is being started.
|
void |
cacheStopped(String cacheName,
String containerName)
Logs an informational message indicating that a cache is being stopped.
|
org.jboss.as.controller.OperationFailedException |
dataSourceJndiNameNotFound(String jndiName) |
String |
executorIgnored(String executorName) |
org.jboss.msc.inject.InjectionException |
failedToInjectSocketBinding(UnknownHostException cause,
org.jboss.as.network.OutboundSocketBinding binding)
Creates an exception indicating a failure to resolve the outbound socket binding represented by the
binding parameter. |
String |
indeterminiteStack() |
org.jboss.as.controller.OperationFailedException |
invalidCacheStore(Throwable cause,
String cacheStoreName)
Creates an exception indicating an invalid cache store.
|
void |
topologyAttributeDeprecated(String attribute)
Logs a warning message indicating that the specified topology attribute of the transport element
is no longer valid
|
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
static final String ROOT_LOGGER_CATEGORY
static final InfinispanLogger ROOT_LOGGER
@LogMessage(level=INFO) @Message(id=1, value="Activating Infinispan subsystem.") void activatingSubsystem()
@LogMessage(level=INFO) @Message(id=2, value="Started %s cache from %s container") void cacheStarted(String cacheName, String containerName)
cacheName
- the name of the cache.containerName
- the name of the cache container.@LogMessage(level=INFO) @Message(id=3, value="Stopped %s cache from %s container") void cacheStopped(String cacheName, String containerName)
cacheName
- the name of the cache.containerName
- the name of the cache container.@LogMessage(level=WARN) @Message(id=4, value="The \'%s\' attribute of the \'%s\' element is no longer supported and will be ignored") void attributeDeprecated(String attribute, String element)
@LogMessage(level=WARN) @Message(id=5, value="The \'%s\' attribute specified on the \'transport\' element of a cache container is no longer valid; use the same attribute specified on the \'transport\' element of corresponding JGroups stack instead") void topologyAttributeDeprecated(String attribute)
@Message(id=6, value="Failed to locate a data source bound to %s") org.jboss.as.controller.OperationFailedException dataSourceJndiNameNotFound(String jndiName)
@Message(id=8, value="Could not resolve destination address for outbound socket binding named \'%s\'") org.jboss.msc.inject.InjectionException failedToInjectSocketBinding(@Cause UnknownHostException cause, org.jboss.as.network.OutboundSocketBinding binding)
binding
parameter.cause
- the cause of the error.binding
- the outbound socket binding.ConfigurationPersistenceException
for the error.@Message(id=10, value="%s is not a valid cache store") org.jboss.as.controller.OperationFailedException invalidCacheStore(@Cause Throwable cause, String cacheStoreName)
cause
- the cause of the error.cacheStoreName
- the name of the cache store.OperationFailedException
for the error.@Message(id=27, value="Could not determine \'stack\' attribute from JGroups subsystem") String indeterminiteStack()
Copyright © 2016 JBoss by Red Hat. All rights reserved.