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