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