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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void activatingSubsystem​(String url)
      Logs an informational message indicating the subsystem is being activated.
      void cannotCreateCDIMarkerFile​(Throwable e)  
      void startingParticipantProxy​(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
    • 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)