public class HttpLoggingPolicy extends Object implements HttpPipelinePolicy
| Constructor and Description |
|---|
HttpLoggingPolicy(HttpLogOptions httpLogOptions)
Creates an HttpLoggingPolicy with the given log configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<HttpResponse> |
process(HttpPipelineCallContext context,
HttpPipelineNextPolicy next)
Process provided request context and invokes the next policy.
|
public HttpLoggingPolicy(HttpLogOptions httpLogOptions)
httpLogOptions - The HTTP logging configurations.public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
HttpPipelinePolicyprocess in interface HttpPipelinePolicycontext - request contextnext - The next policy to invoke.Copyright © 2019 Microsoft Corporation. All rights reserved.