5 references to FlushPeriod
Microsoft.Extensions.Logging.AzureAppServices (5)
BatchingLoggerOptions.cs (1)
27throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(FlushPeriod)} must be positive.");
BatchingLoggerProvider.cs (4)
46if (loggerOptions.FlushPeriod <= TimeSpan.Zero) 49throw new ArgumentOutOfRangeException(nameof(loggerOptions.FlushPeriod), $"{nameof(loggerOptions.FlushPeriod)} must be longer than zero."); 53_interval = loggerOptions.FlushPeriod;