1 write to _logger
aspire (1)
Projects\GuestRuntime.cs (1)
28_logger = logger;
7 references to _logger
aspire (7)
Projects\GuestRuntime.cs (7)
51_logger.LogDebug("No dependency installation configured for {Language}", _spec.Language); 58_logger.LogError("Command '{Command}' not found in PATH", _spec.InstallDependencies.Command); 64_logger.LogDebug("Installing dependencies: {Command} {Args}", command, string.Join(" ", args)); 155_logger.LogError("Command '{Command}' not found in PATH", commandSpec.Command); 163_logger.LogDebug("Executing: {Command} {Args}", command, string.Join(" ", args)); 205_logger.LogDebug("{Language}({ProcessId}) stdout: {Line}", _spec.Language, process.Id, e.Data); 214_logger.LogDebug("{Language}({ProcessId}) stderr: {Line}", _spec.Language, process.Id, e.Data);