3 implementations of Enrich
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Logging\AcceptanceTests.cs (1)
758public void Enrich(IEnrichmentTagCollector collector, HttpContext httpContext) => throw new InvalidOperationException();
Logging\CustomHttpLogEnricher.cs (1)
19public void Enrich(IEnrichmentTagCollector collector, HttpContext httpContext)
Logging\TestHttpLogEnricher.cs (1)
19public void Enrich(IEnrichmentTagCollector collector, HttpContext httpContext)
1 reference to Enrich
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
160enricher.Enrich(loggerMessageState, context);