1 write to _logger
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
30_logger = logger;
7 references to _logger
aspire (7)
Projects\ProcessGuestLauncher.cs (7)
58_logger.LogError("Command '{Command}' not found in PATH", command); 66_logger.LogDebug("{ExecutingCommandPrefix}{Command} {Args}", CliLogFormat.MessagePrefixes.Executing, resolvedCommand, string.Join(" ", args)); 86_logger.LogTrace("{Language}({ProcessId}) stdout: {Line}", _language, pid, line); 98_logger.LogTrace("{Language}({ProcessId}) stderr: {Line}", _language, pid, line); 148_logger.LogDebug("{Language} guest process {ProcessId} started: {Command}", _language, execution.ProcessId, resolvedCommand); 160_logger.LogInformation("Cancellation requested while waiting for {Language} guest process {ProcessId} to exit", _language, execution.ProcessId)); 178_logger.LogDebug("{Language} guest process {ProcessId} exited with code {ExitCode}", _language, execution.ProcessId, finalExitCode);