Uses of Interface
io.quarkus.vertx.http.runtime.filters.accesslog.AccessLogReceiver
Packages that use AccessLogReceiver
-
Uses of AccessLogReceiver in io.quarkus.vertx.http.runtime.filters.accesslog
Classes in io.quarkus.vertx.http.runtime.filters.accesslog that implement AccessLogReceiverModifier and TypeClassDescriptionclassLog Receiver that stores logs in a directory under the specified file name, and rotates them after midnight.classAccess log receiver that logs messages at INFO level.Constructors in io.quarkus.vertx.http.runtime.filters.accesslog with parameters of type AccessLogReceiverModifierConstructorDescriptionAccessLogHandler(AccessLogReceiver accessLogReceiver, String formatString, ExchangeAttribute attribute) AccessLogHandler(AccessLogReceiver accessLogReceiver, String formatString, ClassLoader classLoader, Optional<String> excludePattern)