Uses of Interface
com.azure.core.http.policy.HttpResponseLogger
-
Packages that use HttpResponseLogger Package Description com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations. -
-
Uses of HttpResponseLogger in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return HttpResponseLogger Modifier and Type Method Description HttpResponseLoggerHttpLogOptions. getResponseLogger()Gets theHttpResponseLoggerthat will be used to log HTTP responses.Methods in com.azure.core.http.policy with parameters of type HttpResponseLogger Modifier and Type Method Description HttpLogOptionsHttpLogOptions. setResponseLogger(HttpResponseLogger responseLogger)Sets theHttpResponseLoggerthat will be used to log HTTP responses.
-