3 references to RetainedFileCountLimit
Microsoft.AspNetCore.HttpLogging (3)
FileLoggerProcessor.cs (2)
62_maxRetainedFiles = loggerOptions.RetainedFileCountLimit; 94_maxRetainedFiles = loggerOptions.RetainedFileCountLimit;
W3CLoggerOptions.cs (1)
51throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(RetainedFileCountLimit)} must be between 1 and 10,000 (inclusive)");