4 references to MaxFileCount
Microsoft.AspNetCore.HttpLogging (4)
FileLoggerProcessor.cs (3)
78
if (_fileNumber >= W3CLoggerOptions.
MaxFileCount
)
172
if (_fileNumber >= W3CLoggerOptions.
MaxFileCount
)
207
if (_fileNumber >= W3CLoggerOptions.
MaxFileCount
)
W3CLoggerOptions.cs (1)
49
if (value <= 0 || value >
MaxFileCount
)