Uses of Class
io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Uses of AccessLogRoutingFeature.Builder in io.helidon.webserver.accesslog
Modifier and TypeMethodDescriptionAccessLogRoutingFeature.Builder.add
(AccessLogEntry entry) Add aAccessLogEntry
to the list of log entries creating the format of this access log.AccessLogRoutingFeature.builder()
A new fluent API builder to create Access log support instance.Configure an alternative clock to use, such asClock.fixed(java.time.Instant, java.time.ZoneId)
.AccessLogRoutingFeature.Builder.commonLogFormat()
Usecommon
log format.Update this builder from configuration.AccessLogRoutingFeature.Builder.defaultLogFormat()
Use default log format.AccessLogRoutingFeature.Builder.enabled
(boolean enabled) Access logging can be disabled (either through configuration or explicitly in code.AccessLogRoutingFeature.Builder.logFormatString
(String format) The format for log entries (similar to the ApacheLogFormat
).AccessLogRoutingFeature.Builder.loggerName
(String loggerName) Name of the logger use to obtain access log logger fromSystem.getLogger(String)
.AccessLogRoutingFeature.Builder.weight
(double weight) Configure a new weight for this feature.