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)
22
options.IsEnabled = TextToBoolean(_configuration.GetSection(
_isEnabledKey
)?.Value);