1 write to _language
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
33
_language
= language;
5 references to _language
aspire (5)
Projects\ProcessGuestLauncher.cs (5)
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);