Class RequestLogger


  • public class RequestLogger
    extends java.lang.Object
    Logger class to manually log requests. This class is mainly used for requests to managed configuration resources which are handled separately.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void logRequest​(io.vertx.core.eventbus.EventBus eventBus, io.vertx.core.http.HttpServerRequest request, int status, io.vertx.core.buffer.Buffer data)  
      static void logRequest​(io.vertx.core.eventbus.EventBus eventBus, io.vertx.core.http.HttpServerRequest request, int status, io.vertx.core.buffer.Buffer data, io.vertx.core.MultiMap responseHeaders)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • logRequest

        public static void logRequest​(io.vertx.core.eventbus.EventBus eventBus,
                                      io.vertx.core.http.HttpServerRequest request,
                                      int status,
                                      io.vertx.core.buffer.Buffer data)
      • logRequest

        public static void logRequest​(io.vertx.core.eventbus.EventBus eventBus,
                                      io.vertx.core.http.HttpServerRequest request,
                                      int status,
                                      io.vertx.core.buffer.Buffer data,
                                      io.vertx.core.MultiMap responseHeaders)