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);