Uses of Class
com.azure.core.http.policy.HttpRequestLoggingContext
-
Packages that use HttpRequestLoggingContext Package Description com.azure.core.http.policy Package containing 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 HttpRequestLoggingContext Modifier and Type Method Description default LogLevelHttpRequestLogger. getLogLevel(HttpRequestLoggingContext loggingOptions)Gets theLogLevelused to log the HTTP request.Mono<Void>HttpRequestLogger. logRequest(ClientLogger logger, HttpRequestLoggingContext loggingOptions)Logs the HTTP request.
-