1 write to _logger
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
62
_logger
= logger;
9 references to _logger
aspire (9)
Projects\PrebuiltAppHostServer.cs (9)
107
_logger
.LogDebug("Restoring {Count} integration packages", packageList.Count);
131
_logger
.LogError(ex, "Failed to prepare prebuilt AppHost server");
159
_logger
.LogDebug("Resolved channel: {Channel}", channelName);
201
_logger
.LogDebug("Using channel '{Channel}' NuGet source: {Source}", channel.Name, mapping.Source);
208
_logger
.LogWarning(ex, "Failed to get package channels, relying on nuget.config and nuget.org fallback");
271
_logger
.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}", _integrationLibsPath);
276
_logger
.LogWarning("Integration libs path is null - assemblies may not resolve correctly");
318
_logger
.LogDebug("PrebuiltAppHostServer({ProcessId}) stdout: {Line}", process.Id, e.Data);
326
_logger
.LogDebug("PrebuiltAppHostServer({ProcessId}) stderr: {Line}", process.Id, e.Data);