Interface JdrLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    JdrLogger_$logger

    @MessageLogger(projectCode="WFLYJDR",
                   length=4)
    public interface JdrLogger
    extends org.jboss.logging.BasicLogger
    JBoss Diagnostic Reporter (JDR) logger.
    Author:
    Mike M. Clark, David M. Lloyd
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JdrLogger ROOT_LOGGER
      A logger with the category of the default jdr package.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface org.jboss.logging.BasicLogger

        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, warnv
    • Field Detail

      • ROOT_LOGGER

        static final JdrLogger ROOT_LOGGER
        A logger with the category of the default jdr package.
    • Method Detail

      • couldNotCreateZipfile

        @Message(id=7,
                 value="Could not create zipfile.")
        String couldNotCreateZipfile()
        JDR could not create a zipfile to store the report.
      • couldNotConfigureJDR

        @Message(id=8,
                 value="Could not configure JDR. At least one configuration step failed.")
        String couldNotConfigureJDR()
        One of the configuration steps in JDR threw an exception.
      • noCommandsToRun

        @Message(id=9,
                 value="No JDR commands were loaded. Be sure that a valid Plugin class is specified in plugins.properties.")
        String noCommandsToRun()
        No Commands to run, probably no valid plugin loaded
      • couldNotFindJDRPropertiesFile

        @LogMessage(level=ERROR)
        @Message(id=11,
                 value="Could not find JDR properties file.")
        void couldNotFindJDRPropertiesFile()
        Standalone property directory could not be located which is needed to find/create the JDR properties file.
      • couldNotCreateJDRPropertiesFile

        @LogMessage(level=ERROR)
        @Message(id=12,
                 value="Could not create JDR properties file at %s")
        void couldNotCreateJDRPropertiesFile​(@Cause
                                             IOException ioex,
                                             Path path)
      • jdrHelpMessage

        @Message(id=0,
                 value="Display this message and exit")
        String jdrHelpMessage()
      • jdrHostnameMessage

        @Message(id=0,
                 value="hostname that the management api is bound to. (default: localhost)")
        String jdrHostnameMessage()
      • jdrPortMessage

        @Message(id=0,
                 value="port that the management api is bound to. (default: 9990)")
        String jdrPortMessage()
      • jdrProtocolMessage

        @Message(id=0,
                 value="Protocol that is used to connect. Can be remote, http or https (default: http)")
        String jdrProtocolMessage()
      • jdrConfigMessage

        @Message(id=0,
                 value="Configuration file of the server if it is not running.")
        String jdrConfigMessage()
      • jdrDescriptionMessage

        @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()