1 write to _logContext
Microsoft.AspNetCore.HttpLogging (1)
UpgradeFeatureLoggingDecorator.cs (1)
23
_logContext
= logContext ?? throw new ArgumentNullException(nameof(logContext));
1 reference to _logContext
Microsoft.AspNetCore.HttpLogging (1)
UpgradeFeatureLoggingDecorator.cs (1)
38
await HttpLoggingMiddleware.LogResponseHeadersAsync(
_logContext
, _options, _interceptors, _logger);