2 references to MaxLogCount
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (2)
315private readonly CircularBuffer<LogEntry> _inMemoryEntries = new(MaxLogCount); 316private readonly LogEntries _backlog = new(MaxLogCount) { BaseLineNumber = 0 };