Class RequestLoggerFactory


  • public final class RequestLoggerFactory
    extends java.lang.Object
    Provides logger with request uniqueid.
    Author:
    https://github.com/lbovet [Laurent Bovet]
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.slf4j.Logger getLogger​(java.lang.Class<?> clazz, io.vertx.core.http.HttpServerRequest request)  
      static org.slf4j.Logger getLogger​(java.lang.Class<?> clazz, io.vertx.core.MultiMap headers)  
      • Methods inherited from class java.lang.Object

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

      • getLogger

        public static org.slf4j.Logger getLogger​(java.lang.Class<?> clazz,
                                                 io.vertx.core.http.HttpServerRequest request)
      • getLogger

        public static org.slf4j.Logger getLogger​(java.lang.Class<?> clazz,
                                                 io.vertx.core.MultiMap headers)