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