createProcess package:sandwich

Functions for launching processes while capturing their output in the logs. Spawn a process with its stdout and stderr connected to the logging system. Every line output by the process will be fed to a debug call.
Spawn a process with its stdout and stderr connected to the logging system.
Spawn a process with its stdout and stderr connected to the logging system. Every line output by the process will be fed to a debug call.
Spawn a process with its stdout and stderr connected to the logging system.
Like readCreateProcess, but capture the stderr output in the logs. Every line output by the process will be fed to a debug call.
Like readCreateProcess, but capture the stderr output in the logs.