Uses of Interface
io.helidon.webserver.accesslog.AccessLogContext
Packages that use AccessLogContext
-
Uses of AccessLogContext in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog with parameters of type AccessLogContextModifier and TypeMethodDescriptionAbstractLogEntry.apply
(AccessLogContext context) Apply the log entry, adds padding to the log entry and then callsAbstractLogEntry.doApply(AccessLogContext)
.AccessLogEntry.apply
(AccessLogContext context) This method is called once the response is fully processed.UserIdLogEntry.apply
(AccessLogContext context) protected abstract String
AbstractLogEntry.doApply
(AccessLogContext context) Apply the "raw" log entry.protected String
HeaderLogEntry.doApply
(AccessLogContext context) protected String
HostLogEntry.doApply
(AccessLogContext context) RequestLineLogEntry.doApply
(AccessLogContext context) SizeLogEntry.doApply
(AccessLogContext context) StatusLogEntry.doApply
(AccessLogContext context) TimestampLogEntry.doApply
(AccessLogContext context) protected String
TimeTakenLogEntry.doApply
(AccessLogContext context) protected String
UserLogEntry.doApply
(AccessLogContext context)