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)
121
await IntervalAsync(
_interval
, _cancellationTokenSource.Token).ConfigureAwait(false);
172
_outputTask.Wait(
_interval
);