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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RTSLogger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cannotGetTransactionStatus(jakarta.ws.rs.container.ContainerResponseContext responseCtx, Throwable cause)
     
    failueOnImportingGlobalTransactionFromWildflyClient(jakarta.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 Details

    • ROOT_LOGGER

      static final RTSLogger ROOT_LOGGER
  • Method Details

    • failueOnImportingGlobalTransactionFromWildflyClient

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

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