8 references to HttpLoggingMiddleware
Microsoft.AspNetCore.HttpLogging (8)
HttpLoggingBuilderExtensions.cs (1)
27app.UseMiddleware<HttpLoggingMiddleware>();
HttpLoggingMiddleware.cs (2)
26public HttpLoggingMiddleware(RequestDelegate next, IOptionsMonitor<HttpLoggingOptions> options, ILogger<HttpLoggingMiddleware> logger, 45/// Invokes the <see cref="HttpLoggingMiddleware" />.
HttpLoggingOptions.cs (1)
9/// Options for the <see cref="HttpLoggingMiddleware"/>.
ResponseBufferingStream.cs (2)
108HttpLoggingMiddleware.LogResponseHeadersSync(_logContext, _options, _interceptors, _logger); 118await HttpLoggingMiddleware.LogResponseHeadersAsync(_logContext, _options, _interceptors, _logger);
UpgradeFeatureLoggingDecorator.cs (1)
38await HttpLoggingMiddleware.LogResponseHeadersAsync(_logContext, _options, _interceptors, _logger);
W3CLoggingMiddleware.cs (1)
66/// Invokes the <see cref="HttpLoggingMiddleware" />.