Interface MicroProfileLRACoordinatorLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
MicroProfileLRACoordinatorLogger_$logger
@MessageLogger(projectCode="WFLYTXLRACOORD", length=4) public interface MicroProfileLRACoordinatorLogger extends org.jboss.logging.BasicLoggerLog messages for WildFly microprofile-lra-coordinator Extension.
-
-
Field Summary
Fields Modifier and Type Field Description static MicroProfileLRACoordinatorLoggerLOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivatingSubsystem()Logs an informational message indicating the subsystem is being activated.voidfailedStoppingCoordinator(String path, jakarta.servlet.ServletException cause)org.jboss.msc.service.StartExceptionlraRecoveryServiceFailedToStart()Creates an exception indicating that the LRA recovery service failed to start.voidstartingCoordinator(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 MicroProfileLRACoordinatorLogger LOGGER
-
-
Method Detail
-
activatingSubsystem
@LogMessage(level=INFO) @Message(id=1, value="Activating MicroProfile LRA Coordinator Subsystem") void activatingSubsystem()Logs an informational message indicating the subsystem is being activated.
-
lraRecoveryServiceFailedToStart
@Message(id=2, value="LRA recovery service start failed") org.jboss.msc.service.StartException lraRecoveryServiceFailedToStart()Creates an exception indicating that the LRA recovery service failed to start.- Returns:
- a
StartExceptionfor the error.
-
startingCoordinator
@LogMessage(level=INFO) @Message(id=3, value="Starting Narayana MicroProfile LRA Coordinator available at path %s/lra-coordinator") void startingCoordinator(String path)
-
failedStoppingCoordinator
@LogMessage(level=ERROR) @Message(id=4, value="Failed to stop Narayana MicroProfile LRA Coordinator at path %s/lra-coordinator") void failedStoppingCoordinator(String path, @Cause jakarta.servlet.ServletException cause)
-
-