1 write to _isEnabledKey
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchLoggerConfigureOptions.cs (1)
17_isEnabledKey = isEnabledKey;
1 reference to _isEnabledKey
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchLoggerConfigureOptions.cs (1)
22options.IsEnabled = TextToBoolean(_configuration.GetSection(_isEnabledKey)?.Value);