Package io.helidon.webserver.accesslog
Access log support for Helidon WebServer.
- See Also:
AccessLogSupport
-
Interface Summary Interface Description AccessLogContext Context of the access log processing.AccessLogEntry An entry generating data for access log. -
Class Summary Class Description AbstractLogEntry Common log entry features.AbstractLogEntry.Builder<R extends AbstractLogEntry,T extends AbstractLogEntry.Builder<R,?>> A fluent API builder forAbstractLogEntry
.AccessLogHandler Log handler to support separation of access log to its own file.AccessLogSupport Service that adds support for Access logging to WebServer.AccessLogSupport.Builder A fluent API Builder forAccessLogSupport
.HeaderLogEntry Access log entry for header values.HeaderLogEntry.Builder Fluent API builder forHeaderLogEntry
.HostLogEntry Access log entry for host (IP) values.HostLogEntry.Builder A fluent API builder forHostLogEntry
.RequestLineLogEntry Access log entry for request line.RequestLineLogEntry.Builder A fluent API builder forRequestLineLogEntry
.SizeLogEntry Access log entry for entity size.SizeLogEntry.Builder A fluent API builder forSizeLogEntry
.StatusLogEntry Access log entry for HTTP status.StatusLogEntry.Builder A fluent API builder forStatusLogEntry
.TimestampLogEntry Access log entry for timestamp.TimestampLogEntry.Builder A fluent API builder forHostLogEntry
.TimeTakenLogEntry Access log entry for time taken.TimeTakenLogEntry.Builder A fluent API builder forTimeTakenLogEntry
.UserIdLogEntry Access log entry for user id.UserLogEntry Access log entry for security username.UserLogEntry.Builder Fluent API builder forUserLogEntry
.