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