Package org.swisspush.gateleen.core.http
Class RequestLoggerFactory
- java.lang.Object
-
- org.swisspush.gateleen.core.http.RequestLoggerFactory
-
public final class RequestLoggerFactory extends 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.LoggergetLogger(Class<?> clazz, io.vertx.core.http.HttpServerRequest request)static org.slf4j.LoggergetLogger(Class<?> clazz, io.vertx.core.MultiMap headers)
-