1 write to _logger
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
52_logger = loggerFactory.CreateLogger<DcpHostService>();
6 references to _logger
Aspire.Hosting (6)
Dcp\DcpHostService.cs (6)
96DcpDependencyCheck.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo); 114_logger.LogError(ex, "Error deleting application resources."); 121await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false); 140_logger.LogCritical(ex, "One or more monitoring tasks terminated with an error."); 166_logger.LogError(ex, "Failed to enable orchestration logging."); 205_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);