Interface MicroProfileLRAParticipantLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
MicroProfileLRAParticipantLogger_$logger
@MessageLogger(projectCode="WFLYTXLRAPARTICIPANT", length=4) public interface MicroProfileLRAParticipantLogger extends org.jboss.logging.BasicLoggerLog messages for WildFly microprofile-lra-participant Extension.
-
-
Field Summary
Fields Modifier and Type Field Description static MicroProfileLRAParticipantLoggerLOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivatingSubsystem(String url)Logs an informational message indicating the subsystem is being activated.voidcannotCreateCDIMarkerFile(Throwable e)voidstartingParticipantProxy(String path)-
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 MicroProfileLRAParticipantLogger LOGGER
-
-
Method Detail
-
activatingSubsystem
@LogMessage(level=INFO) @Message(id=1, value="Activating MicroProfile LRA Participant Subsystem with system property (lra.coordinator.url) value as %s") void activatingSubsystem(String url)Logs an informational message indicating the subsystem is being activated.
-
startingParticipantProxy
@LogMessage(level=INFO) @Message(id=2, value="Starting Narayana MicroProfile LRA Participant Proxy available at path %s/lra-participant-narayana-proxy") void startingParticipantProxy(String path)
-
cannotCreateCDIMarkerFile
@LogMessage(level=WARN) @Message(id=3, value="The CDI marker file cannot be created") void cannotCreateCDIMarkerFile(@Cause Throwable e)
-
-