2 references to UseW3CLogging
Logging.W3C.Sample (1)
Startup.cs (1)
27app.UseW3CLogging();
Microsoft.AspNetCore.HttpLogging.Tests (1)
HttpLoggingServicesExtensionsTests.cs (1)
45var ex = Assert.Throws<InvalidOperationException>(() => appBuilder.UseW3CLogging());