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