7 references to ToOptions
Microsoft.Extensions.Telemetry.Tests (7)
Enrichment\ApplicationLogEnricherTests.cs (3)
38
}.
ToOptions
();
74
var enricher = new ApplicationLogEnricher(options.
ToOptions
(), serviceOptions.
ToOptions
());
Enrichment\ProcessLogEnricherTests.cs (4)
51
var enricher = new ProcessLogEnricher(options.
ToOptions
());
52
var staticEnricher = new StaticProcessLogEnricher(options.
ToOptions
());
82
var enricher = new ProcessLogEnricher(options.
ToOptions
());
83
var staticEnricher = new StaticProcessLogEnricher(options.
ToOptions
());