org.jboss.aerogear.controller.log
Interface LoggerMessages
@MessageBundle(projectCode="AG_CONTROLLER")
public interface LoggerMessages
A JBoss-Logging MessageBundle containing translated Strings, Exceptions etc.
Contains no methods that perform logging. Refer to AeroGearLogger for that.
MESSAGES
static final LoggerMessages MESSAGES
mustRunInsideAContainer
@LogMessage(level=FATAL)
@Message(id=1,
value="must be run inside a Servlet container")
javax.servlet.ServletException mustRunInsideAContainer()
routeNotFound
@LogMessage(level=ERROR)
@Message(id=4,
value="method: \'%s\', requested URI: \'%s\', Accept: \'%s\'")
RuntimeException routeNotFound(RequestMethod method,
String requestURI,
Set<String> acceptHeaders)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.