| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| com.linecorp.armeria.common |
Common types.
|
| com.linecorp.armeria.common.logging | |
| com.linecorp.armeria.server |
Server core.
|
| Modifier and Type | Method and Description |
|---|---|
RequestLogAccess |
DefaultClientRequestContext.log() |
| Modifier and Type | Method and Description |
|---|---|
RequestLogAccess |
RequestContextWrapper.log() |
RequestLogAccess |
RequestContext.log()
Returns the
RequestLogAccess that provides the access to the RequestLog, which
contains the information collected while processing the current Request. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestLog
|
interface |
RequestLogBuilder
Updates a
RequestLog with newly available information. |
interface |
RequestOnlyLog
A set of informational properties for request-side only, collected while consuming a
Request. |
| Modifier and Type | Method and Description |
|---|---|
List<RequestLogAccess> |
RequestLogAccess.children()
Returns the list of
RequestLogAccesses that provide access to the child RequestLogs,
ordered by the time they were added. |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestLogBuilder.addChild(RequestLogAccess child)
Adds the specified
RequestLogAccess so that the logs are propagated from the child. |
| Modifier and Type | Method and Description |
|---|---|
RequestLogAccess |
DefaultServiceRequestContext.log() |
Copyright © 2020 LeanCloud. All rights reserved.