1 write to FlushInterval
Microsoft.AspNetCore.HttpLogging.Tests (1)
W3CLoggerOptionsTests.cs (1)
43
var 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)
99
throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(
FlushInterval
)} must be positive.");