Uses of Class
io.helidon.webserver.accesslog.AccessLogFeature.Builder
-
Uses of AccessLogFeature.Builder in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return AccessLogFeature.BuilderModifier and TypeMethodDescriptionAccessLogFeature.Builder.add(AccessLogEntry entry) Add aAccessLogEntryto the list of log entries creating the format of this access log.static AccessLogFeature.BuilderAccessLogFeature.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).AccessLogFeature.Builder.commonLogFormat()Usecommonlog format.AccessLogFeature.Builder.config(io.helidon.config.Config config) Update this builder from configuration.AccessLogFeature.Builder.defaultLogFormat()Use default log format.AccessLogFeature.Builder.enabled(boolean enabled) Access logging can be disabled (either through configuration or explicitly in code.AccessLogFeature.Builder.logFormatString(String format) The format for log entries (similar to the ApacheLogFormat).AccessLogFeature.Builder.loggerName(String loggerName) Name of the logger use to obtain access log logger fromSystem.getLogger(String).AccessLogFeature.Builder.weight(double weight) Configure a new weight for this feature.