3 references to HttpLoggingRedactionInterceptor
Microsoft.AspNetCore.Diagnostics.Middleware (3)
Logging\HttpLoggingRedactionInterceptor.cs (2)
28private readonly ILogger<HttpLoggingRedactionInterceptor> _logger; 39ILogger<HttpLoggingRedactionInterceptor> logger,
Logging\HttpLoggingServiceCollectionExtensions.cs (1)
40services.TryAddEnumerable(ServiceDescriptor.Singleton<IHttpLoggingInterceptor, HttpLoggingRedactionInterceptor>());