5 references to BatchSize
Microsoft.Extensions.Logging.AzureAppServices (5)
BatchingLoggerOptions.cs (1)
62
throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(
BatchSize
)} must be positive.");
BatchingLoggerProvider.cs (4)
40
if (loggerOptions.
BatchSize
<= 0)
43
throw new ArgumentOutOfRangeException(nameof(loggerOptions.
BatchSize
), $"{nameof(loggerOptions.
BatchSize
)} must be a positive number.");
54
_batchSize = loggerOptions.
BatchSize
;