8 references to UseHttpLogging
HttpLogging.Sample (1)
Startup.cs (1)
24
app.
UseHttpLogging
();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Logging\AcceptanceTests.cs (1)
56
app.
UseHttpLogging
();
Logging\AcceptanceTests.Mvc.cs (1)
47
.
UseHttpLogging
()
Logging\AcceptanceTests.Routing.cs (1)
38
.
UseHttpLogging
()
Microsoft.AspNetCore.HttpLogging.Tests (4)
HttpLoggingMiddlewareTests.cs (2)
1922
app.
UseHttpLogging
();
2028
app.
UseHttpLogging
();
HttpLoggingServicesExtensionsTests.cs (2)
33
var ex = Assert.Throws<InvalidOperationException>(() => appBuilder.
UseHttpLogging
());
59
appBuilder.
UseHttpLogging
();