1 write to _logger
aspire (1)
Commands\RunCommand.cs (1)
118_logger = logger;
11 references to _logger
aspire (11)
Commands\RunCommand.cs (11)
633_logger.LogDebug("Starting AppHost in background: {AppHostPath}", effectiveAppHostFile.FullName); 644_logger.LogDebug("Waiting for socket with prefix: {SocketPrefix}, Hash: {Hash}", expectedSocketPrefix, expectedHash); 654_logger.LogDebug("Found {Count} running instance(s) for this AppHost, stopping them first", existingSockets.Length); 655var manager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 706_logger.LogDebug("Spawning child CLI: {Executable} (isDotnetHost={IsDotnetHost}) with args: {Args}", 708_logger.LogDebug("Working directory: {WorkingDirectory}", ExecutionContext.WorkingDirectory.FullName); 756_logger.LogDebug("Child stdout: {Line}", e.Data); 763_logger.LogDebug("Child stderr: {Line}", e.Data); 771_logger.LogError(ex, "Failed to start child CLI process"); 775_logger.LogDebug("Child CLI process started with PID: {PID}", childProcess.Id); 792_logger.LogWarning("Child CLI process exited with code {ExitCode}", childExitCode);