1 write to _levelKey
Microsoft.Extensions.Logging.AzureAppServices (1)
ConfigurationBasedLevelSwitcher.cs (1)
20
_levelKey
= levelKey;
1 reference to _levelKey
Microsoft.Extensions.Logging.AzureAppServices (1)
ConfigurationBasedLevelSwitcher.cs (1)
30
return TextToLogLevel(_configuration.GetSection(
_levelKey
)?.Value);