Uses of Class
io.helidon.webserver.accesslog.AccessLogFeature
-
Uses of AccessLogFeature in io.helidon.webserver.accesslog
Modifier and TypeMethodDescriptionAccessLogConfig.Builder.build()
AccessLogConfig.BuilderBase.AccessLogConfigImpl.build()
static AccessLogFeature
AccessLogFeature.create()
Create Access log support with default configuration.static AccessLogFeature
Create Access log support configured fromConfig
.static AccessLogFeature
AccessLogFeature.create
(AccessLogConfig config) Create a new instance from its configuration.static AccessLogFeature
AccessLogFeature.create
(Consumer<AccessLogConfig.Builder> builderConsumer) Create a new instance customizing its configuration.AccessLogConfig.BuilderBase.AccessLogConfigImpl.get()