1 write to IsEnabled
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchingLoggerProvider.cs (1)
69
IsEnabled
= options.IsEnabled;
5 references to IsEnabled
Microsoft.Extensions.Logging.AzureAppServices (5)
BatchingLogger.cs (1)
28
return _provider.
IsEnabled
;
BatchingLoggerProvider.cs (4)
68
var oldIsEnabled =
IsEnabled
;
72
if (oldIsEnabled !=
IsEnabled
)
74
if (
IsEnabled
)
186
if (
IsEnabled
)