1 write to _logger
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
55_logger = loggerFactory.CreateLogger<DcpHost>();
6 references to _logger
Aspire.Hosting (6)
Dcp\DcpHost.cs (6)
114DcpDependencyCheck.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization); 130await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false); 158_logger.LogError(ex, "Failed to enable orchestration logging."); 197_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments); 458_logger.LogDebug(ex, "Error while polling container runtime health for notification"); 482_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");