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 AccessLogFeatureAccessLogFeature.create()Create Access log support with default configuration.static AccessLogFeatureCreate Access log support configured fromConfig.static AccessLogFeatureAccessLogFeature.create(io.helidon.webserver.accesslog.AccessLogConfig config) Create a new instance from its configuration.static AccessLogFeatureAccessLogFeature.create(Consumer<io.helidon.webserver.accesslog.AccessLogConfig.Builder> builderConsumer) Create a new instance customizing its configuration.