@MessageLogger(projectCode="JBAS")
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 |
|---|---|
void |
contribNotADirectory()
JDR plugin location is not a directory as expected.
|
void |
couldNotConfigureJDR(Throwable cause)
One of the configuration steps in JDR threw an exception.
|
void |
couldNotCreateZipfile(Throwable cause)
JDR could not create a zipfile to store the report.
|
void |
endingCollection()
Indicates that a JDR report has completed
|
void |
jbossHomeNotSet()
Indicates that the JBoss home directory was not set.
|
void |
noCommandsToRun()
No Commands to run, probably no valid plugin loaded
|
void |
pythonExceptionEncountered(Throwable cause)
The sosreport python library threw an exception
|
void |
startingCollection()
Indicates that a JDR report has been initiated.
|
void |
urlDecodeExceptionEncountered(Throwable cause)
JDR was unable to decode a path URL for standarization across platforms.
|
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, warnvstatic final JdrLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=13100,
value="Starting creation of a JBoss Diagnostic Report (JDR).")
void startingCollection()
@LogMessage(level=INFO)
@Message(id=13101,
value="Completed creation of a JBoss Diagnostic Report (JDR).")
void endingCollection()
@LogMessage(level=ERROR)
@Message(id=13102,
value="Unable to create JDR report, JBoss Home directory cannot be determined.")
void jbossHomeNotSet()
@LogMessage(level=WARN)
@Message(id=13103,
value="JDR python interpreter encountered an exception.")
void pythonExceptionEncountered(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=13104,
value="Unable to decode a url while creating JDR report.")
void urlDecodeExceptionEncountered(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=13105,
value="Plugin contrib location is not a directory. Ignoring.")
void contribNotADirectory()
@LogMessage(level=ERROR)
@Message(id=13106,
value="Could not create zipfile.")
void couldNotCreateZipfile(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=13107,
value="Could not configure JDR.")
void couldNotConfigureJDR(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=13108,
value="No JDR commands were loaded. Be sure that a valid Plugin class is specified in plugins.properties.")
void noCommandsToRun()
Copyright © 2014 JBoss by Red Hat. All rights reserved.