1 write to _logger
aspire (1)
Projects\AppHostServerProject.cs (1)
112
_logger
= logger;
9 references to _logger
aspire (9)
Projects\AppHostServerProject.cs (9)
184
_logger
.LogDebug(ex, "Failed to delete obj folder at {ObjPath}", objPath);
263
_logger
.LogDebug("Channel resolution: localConfigPath={LocalConfigPath}, exists={Exists}, channel={Channel}",
270
_logger
.LogDebug("Fell back to global config channel: {Channel}", configuredChannelName ?? "(null)");
278
_logger
.LogDebug("Looking for channel '{ChannelName}' in {Count} channels, found={Found}",
285
_logger
.LogDebug("No configured channel, using first explicit channel: {Channel}", channel?.Name ?? "(none)");
440
_logger
.LogWarning("Could not find local project for {PackageName}, falling back to NuGet", pkg.Name);
607
_logger
.LogDebug("Enabling debug logging for AppHostServer");
621
_logger
.LogDebug("AppHostServer({ProcessId}) stdout: {Line}", process.Id, e.Data);
629
_logger
.LogDebug("AppHostServer({ProcessId}) stderr: {Line}", process.Id, e.Data);