1 write to _logger
Aspire.Hosting (1)
7 references to _logger
Aspire.Hosting (7)
Dcp\DcpHost.cs (7)
113DcpDependencyCheck.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
129await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false);
157_logger.LogError(ex, "Failed to enable orchestration logging.");
196_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);
279return (_logger, LogLevel.Information, Encoding.UTF8.GetString(line));
418_logger.LogDebug(ex, "Error while polling container runtime health for notification");
442_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");