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