Interface MicroProfileHealthLogger

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

    @MessageLogger(projectCode="WFLYMPHEALTH",
                   length=4)
    public interface MicroProfileHealthLogger
    extends org.jboss.logging.BasicLogger
    Log messages for WildFly microprofile-health-smallrye Extension.
    Author:
    Jeff Mesnil (c) 2018 Red Hat inc.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static MicroProfileHealthLogger LOGGER
      A logger with the category org.wildfly.extension.batch.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void activatingSubsystem()
      Logs an informational message indicating the naming subsystem is being activated.
      org.jboss.as.server.deployment.DeploymentUnitProcessingException deploymentRequiresCapability​(String deploymentName, String capabilityName)  
      void healthDownStatus​(String cause)  
      • 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
    • Method Detail

      • activatingSubsystem

        @LogMessage(level=INFO)
        @Message(id=1,
                 value="Activating MicroProfile Health Subsystem")
        void activatingSubsystem()
        Logs an informational message indicating the naming subsystem is being activated.
      • deploymentRequiresCapability

        @Message(id=2,
                 value="Deployment %s requires use of the \'%s\' capability but it is not currently registered")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException deploymentRequiresCapability​(String deploymentName,
                                                                                                      String capabilityName)
      • healthDownStatus

        @LogMessage(level=WARN)
        @Message(id=3,
                 value="Reporting health down status: %s")
        void healthDownStatus​(String cause)