Uses of Interface
com.azure.core.http.policy.HttpRequestLogger
-
Packages that use HttpRequestLogger Package Description com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations. -
-
Uses of HttpRequestLogger in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return HttpRequestLogger Modifier and Type Method Description HttpRequestLoggerHttpLogOptions. getRequestLogger()Gets theHttpRequestLoggerthat will be used to log HTTP requests.Methods in com.azure.core.http.policy with parameters of type HttpRequestLogger Modifier and Type Method Description HttpLogOptionsHttpLogOptions. setRequestLogger(HttpRequestLogger requestLogger)Sets theHttpRequestLoggerthat will be used to log HTTP requests.
-