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.BasicLoggerLog messages for WildFly metrics Extension.- Author:
- Jeff Mesnil (c) 2018 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static MetricsLoggerLOGGERA logger with the categoryorg.wildfly.extension.batch.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivatingSubsystem()Logs an informational message indicating the subsystem is being activated.IllegalArgumentExceptionfailedInitializeJMXRegistrar(IOException e)voidmalformedName(Exception exception)voidunableToConvertAttribute(String attributeName, org.jboss.as.controller.PathAddress address, Exception exception)voidunableToReadAttribute(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 Detail
-
LOGGER
static final MetricsLogger LOGGER
A logger with the categoryorg.wildfly.extension.batch.
-
-
Method Detail
-
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)
-
-