Uses of Class
io.helidon.webserver.accesslog.TimestampLogEntry.Builder
-
Packages that use TimestampLogEntry.Builder Package Description io.helidon.webserver.accesslog Access log support for Helidon WebServer. -
-
Uses of TimestampLogEntry.Builder in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return TimestampLogEntry.Builder Modifier and Type Method Description static TimestampLogEntry.Builder
TimestampLogEntry. builder()
Create a new fluent API builder.TimestampLogEntry.Builder
TimestampLogEntry.Builder. formatter(DateTimeFormatter formatter)
Configure a date time formatter to use with this log entry.
-