JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package com.linecorp.armeria.server.logging
@NonNullByDefault
package
com.linecorp.armeria.server.logging
Logging and metric-collecting service decorators.
Interface Summary
Interface
Description
AccessLogWriter
Consumes the
RequestLog
s produced by a
Service
, usually for logging purpose.
Class Summary
Class
Description
ContentPreviewingService
Decorates an
HttpService
to preview the content of
Request
s and
Response
s.
LoggingService
Decorates an
HttpService
to log
HttpRequest
s and
HttpResponse
s.
LoggingServiceBuilder
Builds a new
LoggingService
.