2 implementations of GetAllLogsAsync
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (1)
621public IAsyncEnumerable<IReadOnlyList<LogEntry>> GetAllLogsAsync(string resourceName, CancellationToken cancellationToken)
Dcp\DcpExecutor.cs (1)
429public async IAsyncEnumerable<IReadOnlyList<LogEntry>> GetAllLogsAsync(string resourceName, [EnumeratorCancellation] CancellationToken cancellationToken)
1 reference to GetAllLogsAsync
Aspire.Hosting (1)
ApplicationModel\ResourceLoggerService.cs (1)
395var consoleLogsEnumerable = _consoleLogsService.GetAllLogsAsync(_name, cancellationToken);