Uses of Class
com.azure.core.http.policy.HttpResponseLoggingContext
-
Packages that use HttpResponseLoggingContext Package Description com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations. -
-
Uses of HttpResponseLoggingContext in com.azure.core.http.policy
Methods in com.azure.core.http.policy with parameters of type HttpResponseLoggingContext Modifier and Type Method Description default LogLevelHttpResponseLogger. getLogLevel(HttpResponseLoggingContext loggingOptions)Gets theLogLevelused to log the HTTP response.Mono<HttpResponse>HttpResponseLogger. logResponse(ClientLogger logger, HttpResponseLoggingContext loggingOptions)Logs the HTTP response.
-