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)
114
DcpDependencyCheck.CheckDcpInfoAndLogErrors(
_logger
, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
130
await 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");