If this property is true
, then any error output generated by subprocesses subsequently started by this object's {@link #start()} method will be merged with the standardoutput, so that both can be read using the {@link Process#getInputStream()} method. This makes it easierto correlate error messages with the corresponding output. The initial value is false
.
redirectErrorStream
property
|
|