Uses of Class
com.azure.core.util.logging.ClientLogger
-
Packages that use ClientLogger Package Description com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations.com.azure.core.util Package containing core utility classes. -
-
Uses of ClientLogger in com.azure.core.http.policy
Methods in com.azure.core.http.policy with parameters of type ClientLogger Modifier and Type Method Description Mono<Void>HttpRequestLogger. logRequest(ClientLogger logger, HttpRequestLoggingContext loggingOptions)Logs the HTTP request.Mono<HttpResponse>HttpResponseLogger. logResponse(ClientLogger logger, HttpResponseLoggingContext loggingOptions)Logs the HTTP response. -
Uses of ClientLogger in com.azure.core.util
Methods in com.azure.core.util with parameters of type ClientLogger Modifier and Type Method Description static <T> Flux<T>FluxUtil. fluxError(ClientLogger logger, RuntimeException ex)Propagates aRuntimeExceptionthrough the error channel ofFlux.static DurationCoreUtils. getDefaultTimeoutFromEnvironment(Configuration configuration, String timeoutPropertyName, Duration defaultTimeout, ClientLogger logger)Attempts to load an environment configured default timeout.static <T> Mono<T>FluxUtil. monoError(ClientLogger logger, RuntimeException ex)Propagates aRuntimeExceptionthrough the error channel ofMono.static <T> PagedFlux<T>FluxUtil. pagedFluxError(ClientLogger logger, RuntimeException ex)Propagates aRuntimeExceptionthrough the error channel ofPagedFlux.
-