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