| Package | Description |
|---|---|
| com.linecorp.armeria.client.logging |
Logging client decorators.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingRpcClient |
LoggingRpcClientBuilder.build(RpcClient delegate)
Returns a newly-created
LoggingRpcClient decorating delegate based on the properties of
this builder. |
| Modifier and Type | Method and Description |
|---|---|
Function<? super RpcClient,LoggingRpcClient> |
LoggingRpcClientBuilder.newDecorator()
Returns a newly-created
LoggingRpcClient decorator based on the properties of this builder. |
static Function<? super RpcClient,LoggingRpcClient> |
LoggingRpcClient.newDecorator()
Returns a new
RpcClient decorator that logs Requests and Responses at
LogLevel.INFO for success, LogLevel.WARN for failure. |
Copyright © 2020 LeanCloud. All rights reserved.