Interface RTSLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    RTSLogger_$logger

    @MessageLogger(projectCode="WFLYRTS",
                   length=4)
    public interface RTSLogger
    extends org.jboss.logging.BasicLogger
    Author:
    Gytis Trikleris
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cannotGetTransactionStatus​(javax.ws.rs.container.ContainerResponseContext responseCtx, Throwable cause)  
      IllegalStateException failueOnImportingGlobalTransactionFromWildflyClient​(javax.transaction.SystemException se)  
      • 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

      • ROOT_LOGGER

        static final RTSLogger ROOT_LOGGER
    • Method Detail

      • failueOnImportingGlobalTransactionFromWildflyClient

        @Message(id=1,
                 value="Can\'t import global transaction to wildfly transaction client.")
        IllegalStateException failueOnImportingGlobalTransactionFromWildflyClient​(@Cause
                                                                                  javax.transaction.SystemException se)
      • cannotGetTransactionStatus

        @LogMessage(level=ERROR)
        @Message(id=2,
                 value="Cannot get transaction status on handling response context %s")
        void cannotGetTransactionStatus​(javax.ws.rs.container.ContainerResponseContext responseCtx,
                                        @Cause
                                        Throwable cause)