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