Interface MetricsLogger

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

@MessageLogger(projectCode="WFLYMETRICS", length=4) public interface MetricsLogger extends org.jboss.logging.BasicLogger
Log messages for WildFly metrics Extension.
Author:
Jeff Mesnil (c) 2018 Red Hat inc.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    void
    Logs an informational message indicating the subsystem is being activated.
     
    void
     
    void
    unableToConvertAttribute(String attributeName, org.jboss.as.controller.PathAddress address, Exception exception)
     
    void
    unableToReadAttribute(String attributeName, org.jboss.as.controller.PathAddress address, String error)
     

    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 Details

    • LOGGER

      static final MetricsLogger LOGGER
      A logger with the category org.wildfly.extension.batch.
  • Method Details

    • activatingSubsystem

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

      @Message(id=2, value="Failed to initialize metrics from JMX MBeans") IllegalArgumentException failedInitializeJMXRegistrar(@Cause IOException e)
    • unableToReadAttribute

      @LogMessage(level=WARN) @Message(id=3, value="Unable to read attribute %s on %s: %s.") void unableToReadAttribute(String attributeName, org.jboss.as.controller.PathAddress address, String error)
    • unableToConvertAttribute

      @LogMessage(level=WARN) @Message(id=4, value="Unable to convert attribute %s on %s to Double value.") void unableToConvertAttribute(String attributeName, org.jboss.as.controller.PathAddress address, @Cause Exception exception)
    • malformedName

      @LogMessage(level=ERROR) @Message(id=5, value="Malformed name.") void malformedName(@Cause Exception exception)