1 write to FlushInterval
Microsoft.AspNetCore.HttpLogging.Tests (1)
W3CLoggerOptionsTests.cs (1)
43var ex = Assert.Throws<ArgumentOutOfRangeException>(() => options.FlushInterval = TimeSpan.FromSeconds(-1));
3 references to FlushInterval
Microsoft.AspNetCore.HttpLogging (3)
FileLoggerProcessor.cs (2)
63_flushInterval = loggerOptions.FlushInterval; 95_flushInterval = loggerOptions.FlushInterval;
W3CLoggerOptions.cs (1)
99throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(FlushInterval)} must be positive.");