Uses of Class
com.azure.core.util.logging.ClientLogger
Packages that use ClientLogger
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
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 ClientLoggerModifier and TypeMethodDescriptionHttpRequestLogger.logRequest(ClientLogger logger, HttpRequestLoggingContext loggingOptions) Logs the HTTP request.default voidHttpRequestLogger.logRequestSync(ClientLogger logger, HttpRequestLoggingContext loggingOptions) Logs the HTTP request.HttpResponseLogger.logResponse(ClientLogger logger, HttpResponseLoggingContext loggingOptions) Logs the HTTP response.default HttpResponseHttpResponseLogger.logResponseSync(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 ClientLoggerModifier and TypeMethodDescriptionstatic <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.