@MessageLogger(projectCode="WFLYCLJG",
length=4)
public interface JGroupsLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static JGroupsLogger |
ROOT_LOGGER
The root logger.
|
static String |
ROOT_LOGGER_CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
void |
activatingSubsystem(String version)
Logs an informational message indicating the JGroups subsystem is being activated.
|
IllegalArgumentException |
failedToResolveSocketBinding(UnknownHostException cause,
org.jboss.as.network.OutboundSocketBinding binding) |
IllegalArgumentException |
keyEntryNotFound(String alias) |
void |
legacyProtocol(String legacyProtocol,
String targetProtocol) |
String |
notFound(String resource)
A message indicating a resource could not be located.
|
String |
parserFailure(URL url)
A message indicating a file could not be parsed.
|
String |
threadsAttributesUsedInRuntime() |
org.jboss.as.controller.OperationFailedException |
transportNotDefined(String stackName) |
org.jboss.as.controller.OperationFailedException |
unableToLoadProtocolClass(String protocolName) |
IllegalArgumentException |
unexpectedCredentialSource() |
IllegalArgumentException |
unexpectedKeyStoreEntryType(String alias,
String type) |
String |
unknownMetric(String metricName) |
void |
unrecognizedProtocolProperty(String protocol,
String property) |
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, warnvstatic final String ROOT_LOGGER_CATEGORY
static final JGroupsLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Activating JGroups subsystem. JGroups version %s")
void activatingSubsystem(String version)
@Message(id=7,
value="Failed to parse %s")
String parserFailure(URL url)
url - the path to the file.@Message(id=8,
value="Failed to locate %s")
String notFound(String resource)
resource - the resource that could not be located.@Message(id=10,
value="Transport for stack %s is not defined. Please specify both a transport and protocol list, either as optional parameters to add() or via batching.")
org.jboss.as.controller.OperationFailedException transportNotDefined(String stackName)
@Message(id=16,
value="Unable to load protocol class %s")
org.jboss.as.controller.OperationFailedException unableToLoadProtocolClass(String protocolName)
@Message(id=21,
value="Attributes referencing threads subsystem can only be used to support older slaves in the domain.")
String threadsAttributesUsedInRuntime()
@Message(id=22,
value="%s entry not found in configured key store")
IllegalArgumentException keyEntryNotFound(String alias)
@Message(id=23,
value="%s key store entry is not of the expected type: %s")
IllegalArgumentException unexpectedKeyStoreEntryType(String alias,
String type)
@Message(id=25,
value="Configured credential source does not reference a clear-text password credential")
IllegalArgumentException unexpectedCredentialSource()
@Message(id=28,
value="Could not resolve destination address for outbound socket binding named \'%s\'")
IllegalArgumentException failedToResolveSocketBinding(@Cause
UnknownHostException cause,
org.jboss.as.network.OutboundSocketBinding binding)
@LogMessage(level=WARN)
@Message(id=30,
value="Protocol %s is obsolete and will be auto-updated to %s")
void legacyProtocol(String legacyProtocol,
String targetProtocol)
Copyright © 2021 JBoss by Red Hat. All rights reserved.