13 references to AddHttpLogging
HttpLogging.Sample (1)
Startup.cs (1)
14services.AddHttpLogging(logging =>
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingServiceCollectionExtensions.cs (1)
42return services.AddHttpLogging(o =>
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (8)
Logging\AcceptanceTests.cs (8)
162services => services.AddHttpLogging(x => 222services => services.AddHttpLogging(x => 279}).AddHttpLogging(static x => 475x.AddHttpLoggingRedaction().AddHttpLogging(x => x.CombineLogs = false); 509static x => x.AddHttpLoggingRedaction().AddHttpLogging(x => x.CombineLogs = false), 597static services => services.AddHttpLogging(static x => 634static services => services.AddHttpLogging(static x => x.LoggingFields &= ~HttpLoggingFields.ResponseBody) 724}).AddHttpLogging(o =>
Microsoft.AspNetCore.HttpLogging.Tests (3)
HttpLoggingMiddlewareTests.cs (2)
1914services.AddHttpLogging(o => o.LoggingFields = HttpLoggingFields.All); 2015services.AddHttpLogging(o =>
HttpLoggingServicesExtensionsTests.cs (1)
15new ServiceCollection().AddHttpLogging(null));