1 write to _logger
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
34_logger = logger;
7 references to _logger
aspire (7)
Projects\ProcessGuestLauncher.cs (7)
59_logger.LogError("Command '{Command}' not found in PATH", command); 68_logger.LogDebug("{ExecutingCommandPrefix}{Command} {Args}", CliLogFormat.MessagePrefixes.Executing, resolvedCommandPath, string.Join(" ", args)); 91_logger.LogTrace("{Language}({ProcessId}) stdout: {Line}", _language, pid, line); 103_logger.LogTrace("{Language}({ProcessId}) stderr: {Line}", _language, pid, line); 153_logger.LogDebug("{Language} guest process {ProcessId} started: {Command}", _language, execution.ProcessId, resolvedCommandPath); 165_logger.LogInformation("Cancellation requested while waiting for {Language} guest process {ProcessId} to exit", _language, execution.ProcessId)); 183_logger.LogDebug("{Language} guest process {ProcessId} exited with code {ExitCode}", _language, execution.ProcessId, finalExitCode);