1 write to _interval
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchingLoggerProvider.cs (1)
53_interval = loggerOptions.FlushPeriod;
2 references to _interval
Microsoft.Extensions.Logging.AzureAppServices (2)
BatchingLoggerProvider.cs (2)
121await IntervalAsync(_interval, _cancellationTokenSource.Token).ConfigureAwait(false); 172_outputTask.Wait(_interval);