1 write to _logger
Aspire.Hosting (1)
9 references to _logger
Aspire.Hosting (9)
Dcp\DcpHost.cs (9)
126DcpDependencyCheck.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
163_logger.LogWarning("No trusted Aspire development certificate was found. See https://aka.ms/aspire/devcerts for more information.");
169_logger.LogWarning("The most recent development certificate isn't fully trusted. See https://aka.ms/aspire/devcerts for more information.");
199await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false);
227_logger.LogError(ex, "Failed to enable orchestration logging.");
266_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);
363return (_logger, LogLevel.Debug, Encoding.UTF8.GetString(line));
507_logger.LogDebug(ex, "Error while polling container runtime health for notification");
531_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");