3 references to ApplicationLogEnricher
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\ApplicationLogEnricherTests.cs (3)
46Assert.Throws<ArgumentException>(() => new ApplicationLogEnricher(optionsNull.Object, null!)); 47Assert.Throws<ArgumentException>(() => new ApplicationLogEnricher(options, applicationOptionsNull.Object)); 74var enricher = new ApplicationLogEnricher(options.ToOptions(), metadata.ToOptions());