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