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.BasicLogger
Log messages for WildFly microprofile-lra-participant Extension.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logs an informational message indicating the subsystem is being activated.
    void
     
    void
    failedStoppingParticipant(String path, jakarta.servlet.ServletException cause)
     
    void
     

    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

  • Method Details

    • 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)
    • failedStoppingParticipant

      @LogMessage(level=ERROR) @Message(id=4, value="Failed to stop Narayana MicroProfile LRA Participant Proxy at path %s//lra-participant-narayana-proxy") void failedStoppingParticipant(String path, @Cause jakarta.servlet.ServletException cause)