@MessageLogger(projectCode="WFLYMETRICS",
length=4)
public interface MicroProfileMetricsLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static MicroProfileMetricsLogger |
LOGGER
A logger with the category
org.wildfly.extension.batch. |
| Modifier and Type | Method and Description |
|---|---|
void |
activatingSubsystem()
Logs an informational message indicating the subsystem is being activated.
|
org.jboss.msc.service.StartException |
failedInitializeJMXRegistrar(IOException e) |
IllegalStateException |
unableToConvertAttribute(String attributeName,
org.jboss.as.controller.PathAddress address,
Exception exception) |
IllegalStateException |
unableToReadAttribute(String attributeName,
org.jboss.as.controller.PathAddress address,
String error) |
IllegalStateException |
undefinedMetric(String attributeName,
org.jboss.as.controller.PathAddress address) |
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, warnvstatic final MicroProfileMetricsLogger LOGGER
org.wildfly.extension.batch.@LogMessage(level=INFO)
@Message(id=1,
value="Activating Eclipse MicroProfile Metrics Subsystem")
void activatingSubsystem()
@Message(id=2,
value="Failed to initialize metrics from JMX MBeans")
org.jboss.msc.service.StartException failedInitializeJMXRegistrar(@Cause
IOException e)
@Message(id=3,
value="Unable to read attribute %s on %s: %s.")
IllegalStateException unableToReadAttribute(String attributeName,
org.jboss.as.controller.PathAddress address,
String error)
@Message(id=4,
value="Unable to convert attribute %s on %s to Double value.")
IllegalStateException unableToConvertAttribute(String attributeName,
org.jboss.as.controller.PathAddress address,
@Cause
Exception exception)
@Message(id=5,
value="Metric attribute %s on %s is undefined and will not be exposed.")
IllegalStateException undefinedMetric(String attributeName,
org.jboss.as.controller.PathAddress address)
Copyright © 2018 JBoss by Red Hat. All rights reserved.