Interface RouterLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
RouterLogger_$logger
@MessageLogger(projectCode="ISPN") public interface RouterLogger extends org.jboss.logging.BasicLoggerLog abstraction for the Hot Rod server module. For this module, message ids ranging from 14000 to 15000 inclusively have been reserved.- Author:
- Sebastian Ćaskawiec
-
-
Field Summary
Fields Modifier and Type Field Description static RouterLoggerSERVER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalStateExceptionconfigurationValidationError(Exception e)voiderrorWhileShuttingDown(Exception e)IllegalStateExceptionhotrodRouterStartFailed(Exception e)IllegalArgumentExceptionnoRouteFound()voidprintOutRoutingTable(RoutingTable routingTable)IllegalStateExceptionrestRouterStartFailed(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
-
-
-
-
Field Detail
-
SERVER
static final RouterLogger SERVER
-
-
Method Detail
-
noRouteFound
@Message(value="Could not find matching route", id=14002) IllegalArgumentException noRouteFound()
-
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)
-
restRouterStartFailed
@Message(value="Unable to start REST router", id=14009) IllegalStateException restRouterStartFailed(@Cause Exception e)
-
errorWhileShuttingDown
@LogMessage(level=ERROR) @Message(value="Error while shutting down the router", id=14010) void errorWhileShuttingDown(@Cause Exception e)
-
-