2 writes to MaxQueueLength
Microsoft.Extensions.Logging.Console (2)
ConsoleLoggerProcessor.cs (1)
67
MaxQueueLength
= maxQueueLength;
ConsoleLoggerProvider.cs (1)
143
_messageQueue.
MaxQueueLength
= options.MaxQueueLength;
3 references to MaxQueueLength
Microsoft.Extensions.Logging.Console (3)
ConsoleLoggerProcessor.cs (3)
114
while (_messageQueue.Count >=
MaxQueueLength
&& !_isAddingCompleted)
128
Debug.Assert(_messageQueue.Count <
MaxQueueLength
);
171
if (_messageQueue.Count ==
MaxQueueLength
- 1)