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