4 references to AddLogEnricher
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\RequestHeadersEnricherServiceCollectionExtensions.cs (1)
27
.
AddLogEnricher
<RequestHeadersLogEnricher>();
Microsoft.Extensions.Telemetry (2)
Enrichment\ProcessEnricherServiceCollectionExtensions.cs (2)
43
.
AddLogEnricher
<ProcessLogEnricher>()
61
.
AddLogEnricher
<ProcessLogEnricher>()
Microsoft.Extensions.Telemetry.Abstractions.Tests (1)
Enrichment\EnricherExtensionsTests.cs (1)
37
services.
AddLogEnricher
<EmptyEnricher>();