1 implementation of LogRequestFailedAsync
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpClientLogger.cs (1)
120public async ValueTask LogRequestFailedAsync(
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 <see langword="null" />