| Package | Description |
|---|---|
| com.linecorp.armeria.server.logging |
Logging and metric-collecting service decorators.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingService |
LoggingServiceBuilder.build(HttpService delegate)
Returns a newly-created
LoggingService decorating HttpService based on the properties
of this builder. |
| Modifier and Type | Method and Description |
|---|---|
Function<? super HttpService,LoggingService> |
LoggingServiceBuilder.newDecorator()
Returns a newly-created
LoggingService decorator based on the properties of this builder. |
static Function<? super HttpService,LoggingService> |
LoggingService.newDecorator()
Returns a new
HttpService decorator that logs HttpRequests and HttpResponses at
LogLevel.INFO for success, LogLevel.WARN for failure. |
Copyright © 2020 LeanCloud. All rights reserved.