2 references to LogRequestFailedAsync
Microsoft.Extensions.Http (2)
Logging\HttpClientLoggerHandler.cs (1)
54await _httpClientAsyncLogger.LogRequestFailedAsync(state, request, response, exception, stopwatch.GetElapsedTime(), cancellationToken).ConfigureAwait(false);
Logging\IHttpClientAsyncLogger.cs (1)
38/// be passed to a corresponding <see cref="LogRequestStopAsync"/> or <see cref="LogRequestFailedAsync"/>. Can be `null`