5 references to W3CLogger
Microsoft.AspNetCore.HttpLogging (5)
HttpLoggingBuilderExtensions.cs (1)
62!serviceProviderIsService.IsService(typeof(W3CLogger))))
HttpLoggingServicesExtensions.cs (1)
71services.AddSingleton<W3CLogger>();
W3CLoggerOptions.cs (1)
9/// Options for the <see cref="W3CLogger"/>.
W3CLoggingMiddleware.cs (2)
20private readonly W3CLogger _w3cLogger; 53public W3CLoggingMiddleware(RequestDelegate next, IOptionsMonitor<W3CLoggerOptions> options, W3CLogger w3cLogger)