3 instantiations of ProcessLogEnricher
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ProcessLogEnricherTests.cs (3)
27
Assert.Throws<ArgumentException>(() => new
ProcessLogEnricher
(optionsNull.Object));
51
var enricher = new
ProcessLogEnricher
(options.ToOptions());
82
var 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)
85
Assert.IsType<
ProcessLogEnricher
>(enricher);
Enrichment\ProcessLogEnricherTests.cs (2)
51
var
enricher = new ProcessLogEnricher(options.ToOptions());
82
var
enricher = new ProcessLogEnricher(options.ToOptions());