@MessageLogger(projectCode="WFSWARM",
length=4)
public interface SwarmConfigMessages
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static SwarmConfigMessages |
MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
void |
configuration(String configuration) |
RuntimeException |
failedLoadingStageConfig(Throwable cause,
URL url) |
void |
loadingStandaloneXml(String loader,
String location) |
void |
malformedStageConfigUrl(String error) |
void |
marshalProjectStageProperty(String key) |
void |
marshalXml(String location,
String xml) |
RuntimeException |
missingDefaultStage() |
RuntimeException |
missingStageConfig() |
void |
stageConfigLocation(String configType,
String configLocation) |
void |
stageConfigSuperseded(String location) |
RuntimeException |
stageNotFound(String stageName) |
void |
usingProjectStage(String stageName) |
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 SwarmConfigMessages MESSAGES
@Message(id=1,
value="Stage config is not present.")
RuntimeException missingStageConfig()
@Message(id=3,
value="Project stage \'%s\' cannot be found.")
RuntimeException stageNotFound(String stageName)
@Message(id=10,
value="Failed to load stage configuration from URL : %s")
RuntimeException failedLoadingStageConfig(@Cause
Throwable cause,
URL url)
@Message(id=11,
value="Missing stage \'default\' in project-stages.yml")
RuntimeException missingDefaultStage()
@LogMessage(level=INFO)
@Message(id=20,
value="Stage Config found in %s at location: %s")
void stageConfigLocation(String configType,
String configLocation)
@LogMessage(level=WARN)
@Message(id=21,
value="Failed to parse project stage URL reference, ignoring: %s")
void malformedStageConfigUrl(String error)
@LogMessage(level=WARN)
@Message(id=22,
value="Project stage superseded by external configuration %s")
void stageConfigSuperseded(String location)
@LogMessage(level=INFO)
@Message(id=24,
value="Using project stage: %s")
void usingProjectStage(String stageName)
@LogMessage(level=DEBUG)
@Message(id=30,
value="Marshalling Project Stage property %s")
void marshalProjectStageProperty(String key)
@LogMessage(level=DEBUG)
@Message(id=31,
value="Marshalling XML from %s as: \n %s")
void marshalXml(String location,
String xml)
@LogMessage(level=DEBUG)
@Message(id=32,
value="Load standalone.xml via %s from %s")
void loadingStandaloneXml(String loader,
String location)
@LogMessage(level=DEBUG)
@Message(id=37,
value="Configuration:\n%s")
void configuration(String configuration)
Copyright © 2017 JBoss by Red Hat. All rights reserved.