Uses of Class
io.helidon.webserver.accesslog.AccessLogFeature
Packages that use AccessLogFeature
-
Uses of AccessLogFeature in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return AccessLogFeatureModifier and TypeMethodDescriptionstatic AccessLogFeature
AccessLogFeature.create()
Create Access log support with default configuration.static AccessLogFeature
Create Access log support configured fromConfig
.static AccessLogFeature
AccessLogFeature.create
(io.helidon.webserver.accesslog.AccessLogConfig config) Create a new instance from its configuration.static AccessLogFeature
AccessLogFeature.create
(Consumer<io.helidon.webserver.accesslog.AccessLogConfig.Builder> builderConsumer) Create a new instance customizing its configuration.