14 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 (9)
Logging\AcceptanceTests.cs (9)
206services => services.AddHttpLogging(x => 266services => services.AddHttpLogging(x => 319services => services.AddHttpLogging(x => 365}).AddHttpLogging(static x => 561x.AddHttpLoggingRedaction().AddHttpLogging(x => x.CombineLogs = false); 595static x => x.AddHttpLoggingRedaction().AddHttpLogging(x => x.CombineLogs = false), 683static services => services.AddHttpLogging(static x => 720static services => services.AddHttpLogging(static x => x.LoggingFields &= ~HttpLoggingFields.ResponseBody) 963}).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));