Interface RouterLogger

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

    @MessageLogger(projectCode="ISPN")
    public interface RouterLogger
    extends org.jboss.logging.BasicLogger
    Log abstraction for the Hot Rod server module. For this module, message ids ranging from 14000 to 15000 inclusively have been reserved.
    Author:
    Sebastian Ɓaskawiec
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IllegalStateException configurationValidationError​(Exception e)  
      void errorWhileShuttingDown​(Exception e)  
      IllegalStateException hotrodRouterStartFailed​(Exception e)  
      IllegalArgumentException noRouteFound()  
      void printOutRoutingTable​(RoutingTable routingTable)  
      IllegalStateException restRouterStartFailed​(Exception e)  
      • 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

      • printOutRoutingTable

        @LogMessage(level=INFO)
        @Message(value="Routing table: %s",
                 id=14005)
        void printOutRoutingTable​(RoutingTable routingTable)
      • configurationValidationError

        @Message(value="Configuration validation error",
                 id=14007)
        IllegalStateException configurationValidationError​(@Cause
                                                           Exception e)
      • hotrodRouterStartFailed

        @Message(value="Unable to start HotRod router",
                 id=14008)
        IllegalStateException hotrodRouterStartFailed​(@Cause
                                                      Exception e)
      • errorWhileShuttingDown

        @LogMessage(level=ERROR)
        @Message(value="Error while shutting down the router",
                 id=14010)
        void errorWhileShuttingDown​(@Cause
                                    Exception e)