@MessageLogger(projectCode="JBAS")
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 |
cacheContainerInstalled(String containerName)
Logs a debug message indicating that named cache container has been installed.
|
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.
|
void |
eagerAttributeDeprecated()
Logs a warning message indicating that the eager attribute of the transactional element
is no longer valid
|
void |
topologyAttributeDeprecated(String attribute)
Logs a warning message indicating that the specified topology attribute of the transport element
is no longer valid
|
void |
virtualNodesAttributeDeprecated()
Logs a warning message stating that the 'virtual-nodes' attribute is deprecated.
|
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
static final String ROOT_LOGGER_CATEGORY
static final InfinispanLogger ROOT_LOGGER
@LogMessage(level=INFO) @Message(id=10280, value="Activating Infinispan subsystem.") void activatingSubsystem()
@LogMessage(level=INFO) @Message(id=10281, 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=10282, 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=10283, value="The \'eager\' attribute specified on the \'transaction\' element of a cache is no longer valid") void eagerAttributeDeprecated()
@LogMessage(level=WARN) @Message(id=10284, 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)
@LogMessage(level=DEBUG) @Message(id=10285, value="\'%s\' cache container installed.") void cacheContainerInstalled(String containerName)
@LogMessage(level=WARN) @Message(id=10286, value="Attribute \'virtual-nodes\' has been deprecated - converting legacy \'virtual-nodes\' value to \'segments\' value") void virtualNodesAttributeDeprecated()
Copyright © 2014 JBoss by Red Hat. All rights reserved.