8 references to HttpLoggingMiddleware
Microsoft.AspNetCore.HttpLogging (8)
HttpLoggingBuilderExtensions.cs (1)
27
app.UseMiddleware<
HttpLoggingMiddleware
>();
HttpLoggingMiddleware.cs (2)
26
public 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)
108
HttpLoggingMiddleware
.LogResponseHeadersSync(_logContext, _options, _interceptors, _logger);
118
await
HttpLoggingMiddleware
.LogResponseHeadersAsync(_logContext, _options, _interceptors, _logger);
UpgradeFeatureLoggingDecorator.cs (1)
38
await
HttpLoggingMiddleware
.LogResponseHeadersAsync(_logContext, _options, _interceptors, _logger);
W3CLoggingMiddleware.cs (1)
66
/// Invokes the <see cref="
HttpLoggingMiddleware
" />.