1 write to _logger
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
49_logger = loggerFactory.CreateLogger<DcpHostService>();
5 references to _logger
Aspire.Hosting (5)
Dcp\DcpHostService.cs (5)
83_logger.LogError(ex, "Error deleting application resources."); 90await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false); 109_logger.LogCritical(ex, "One or more monitoring tasks terminated with an error."); 135_logger.LogError(ex, "Failed to enable orchestration logging."); 174_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);