Currently output of child process always goes to same stdout/stderr,
however in my use case, it needs to be captured and presented to the user.
Add Redirect method to Compilation and use existing infrastructure
for redirecting output of commands.
Differential D21224
[Driver] Add method to redirect output of Compilation. nhaustov on Jun 10 2016, 4:20 AM. Authored by
Details Currently output of child process always goes to same stdout/stderr, Add Redirect method to Compilation and use existing infrastructure
Diff Detail
|