9 references to AddExtendedHttpClientLogging
Microsoft.Extensions.Http.Diagnostics (2)
Logging\HttpClientLoggingServiceCollectionExtensions.cs (2)
70
return services.
AddExtendedHttpClientLogging
();
92
return services.
AddExtendedHttpClientLogging
();
Microsoft.Extensions.Http.Diagnostics.Tests (7)
Logging\AcceptanceTests.cs (4)
33
.
AddExtendedHttpClientLogging
()
65
.
AddExtendedHttpClientLogging
()
99
.
AddExtendedHttpClientLogging
()
635
.
AddExtendedHttpClientLogging
()
Logging\HttpClientLoggingExtensionsTest.cs (3)
56
var act = () => ((IServiceCollection)null!).
AddExtendedHttpClientLogging
();
361
.
AddExtendedHttpClientLogging
()
400
.
AddExtendedHttpClientLogging
()