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