Uses of Class
io.helidon.webserver.accesslog.AccessLogSupport.Builder
-
Uses of AccessLogSupport.Builder in io.helidon.webserver.accesslog
Modifier and TypeMethodDescriptionAccessLogSupport.Builder.add
(AccessLogEntry entry) Add aAccessLogEntry
to the list of log entries creating the format of this access log.static AccessLogSupport.Builder
AccessLogSupport.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)
.AccessLogSupport.Builder.commonLogFormat()
Usecommon
log format.Update this builder from configuration.AccessLogSupport.Builder.enabled
(boolean enabled) Access logging can be disabled (either through configuration or explicitly in code.AccessLogSupport.Builder.excludePaths
(String... excludePaths) List of path patterns to exclude in access log.AccessLogSupport.Builder.excludePaths
(List<String> excludePaths) List of path patterns to exclude in access log.AccessLogSupport.Builder.helidonLogFormat()
Use Helidon log format.AccessLogSupport.Builder.logFormatString
(String format) The format for log entries (similar to the ApacheLogFormat
).AccessLogSupport.Builder.loggerName
(String loggerName) Name of the logger use to obtain access log logger fromLogger.getLogger(String)
.