Uses of Class
com.azure.core.http.policy.HttpRequestLoggingContext
Packages that use HttpRequestLoggingContext
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of HttpRequestLoggingContext in com.azure.core.http.policy
Methods in com.azure.core.http.policy with parameters of type HttpRequestLoggingContextModifier and TypeMethodDescriptiondefault LogLevelHttpRequestLogger.getLogLevel(HttpRequestLoggingContext loggingOptions) Gets theLogLevelused to log the HTTP request.HttpRequestLogger.logRequest(ClientLogger logger, HttpRequestLoggingContext loggingOptions) Logs the HTTP request.default voidHttpRequestLogger.logRequestSync(ClientLogger logger, HttpRequestLoggingContext loggingOptions) Logs the HTTP request.