Class LoggerPostHandler

  • All Implemented Interfaces:
    LightHttpHandler, io.undertow.server.HttpHandler

    public class LoggerPostHandler
    extends Object
    implements LightHttpHandler
    This handler will change the logging level for the given Logger. Ex. ERROR to DEBUG
    • Constructor Detail

      • LoggerPostHandler

        public LoggerPostHandler()
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception