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