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