Adds the given logger to be notified when processes are run
Adds the given logger to be notified when processes are run
the logger to add for all processes used by this runner
the local runner instance (builder pattern)
Execute the RunProcess, returning a future of the std out
Execute the RunProcess, returning a future of the std out
the job to execute
the stdout as an iterator of lines in a Future which completes when the job does
Execute the RunProcessAndSave, writing the results to disk
Execute the RunProcessAndSave, writing the results to disk
a future of the response
a new LocalRunner which will use the logger produced by this function
Something which can execute RunProcess