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