1 write to _logger
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
49_logger = loggerFactory.CreateLogger<DcpHost>();
5 references to _logger
Aspire.Hosting (5)
Dcp\DcpHost.cs (5)
113DcpDependencyCheck.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization); 126await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false); 145_logger.LogCritical(ex, "One or more monitoring tasks terminated with an error."); 171_logger.LogError(ex, "Failed to enable orchestration logging."); 210_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);