2 references to BackgroundQueueSize
Microsoft.Extensions.Logging.AzureAppServices (2)
BatchingLoggerOptions.cs (1)
45throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(BackgroundQueueSize)} must be non-negative.");
BatchingLoggerProvider.cs (1)
55_queueSize = loggerOptions.BackgroundQueueSize;