@MessageLogger(projectCode="WFLYJDR",
length=4)
public interface JdrLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static JdrLogger |
ROOT_LOGGER
A logger with the category of the default jdr package.
|
| Modifier and Type | Method and Description |
|---|---|
String |
couldNotConfigureJDR()
One of the configuration steps in JDR threw an exception.
|
void |
couldNotCreateJDRPropertiesFile(IOException ioex,
Path path) |
String |
couldNotCreateZipfile()
JDR could not create a zipfile to store the report.
|
void |
couldNotFindJDRPropertiesFile()
Standalone property directory could not be located which is needed to find/create the JDR properties file.
|
String |
jdrConfigMessage() |
String |
jdrDescriptionMessage() |
String |
jdrHelpMessage() |
String |
jdrHostnameMessage() |
String |
jdrPortMessage() |
String |
jdrProtocolMessage() |
String |
noCommandsToRun()
No Commands to run, probably no valid plugin loaded
|
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 JdrLogger ROOT_LOGGER
@Message(id=7,
value="Could not create zipfile.")
String couldNotCreateZipfile()
@Message(id=8,
value="Could not configure JDR. At least one configuration step failed.")
String couldNotConfigureJDR()
@Message(id=9,
value="No JDR commands were loaded. Be sure that a valid Plugin class is specified in plugins.properties.")
String noCommandsToRun()
@LogMessage(level=ERROR)
@Message(id=11,
value="Could not find JDR properties file.")
void couldNotFindJDRPropertiesFile()
@LogMessage(level=ERROR)
@Message(id=12,
value="Could not create JDR properties file at %s")
void couldNotCreateJDRPropertiesFile(@Cause
IOException ioex,
Path path)
@Message(id=0,
value="Display this message and exit")
String jdrHelpMessage()
@Message(id=0,
value="hostname that the management api is bound to. (default: localhost)")
String jdrHostnameMessage()
@Message(id=0,
value="port that the management api is bound to. (default: 9990)")
String jdrPortMessage()
@Message(id=0,
value="Protocol that is used to connect. Can be remote, http or https (default: http)")
String jdrProtocolMessage()
@Message(id=0,
value="Configuration file of the server if it is not running.")
String jdrConfigMessage()
@Message(id=0,
value="JBoss Diagnostic Reporter (JDR) is a subsystem built to collect information to aid in troubleshooting. The jdr script is a utility for generating JDR reports.")
String jdrDescriptionMessage()
Copyright © 2020 JBoss by Red Hat. All rights reserved.