3 references to ComputeConfig
Microsoft.Extensions.Telemetry (3)
Logging\ExtendedLoggerFactory.cs (3)
96
Config =
ComputeConfig
(enrichmentOptions?.CurrentValue ?? new(), redactionOptions?.CurrentValue ?? new() { ApplyDiscriminator = false });
299
private void UpdateEnrichmentOptions(LoggerEnrichmentOptions enrichmentOptions) => Config =
ComputeConfig
(enrichmentOptions, null);
300
private void UpdateRedactionOptions(LoggerRedactionOptions redactionOptions) => Config =
ComputeConfig
(null, redactionOptions);