3 instantiations of ProcessLogEnricher
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessLogEnricherTests.cs (3)
27Assert.Throws<ArgumentException>(() => new ProcessLogEnricher(optionsNull.Object)); 51var enricher = new ProcessLogEnricher(options.ToOptions()); 82var enricher = new ProcessLogEnricher(options.ToOptions());
5 references to ProcessLogEnricher
Microsoft.Extensions.Telemetry (2)
Enrichment\ProcessEnricherServiceCollectionExtensions.cs (2)
43.AddLogEnricher<ProcessLogEnricher>() 61.AddLogEnricher<ProcessLogEnricher>()
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessEnricherExtensionsTests.cs (1)
85Assert.IsType<ProcessLogEnricher>(enricher);
Enrichment\ProcessLogEnricherTests.cs (2)
51var enricher = new ProcessLogEnricher(options.ToOptions()); 82var enricher = new ProcessLogEnricher(options.ToOptions());