Ascala.sys.process.ProcessLogger that writes output to a file.
If a process is begun with one of theseProcessBuilder methods:
If a process is begun with one of theseProcessBuilder methods:
def !(log: ProcessLogger): Intdef !<(log: ProcessLogger): IntThe run will be wrapped in a call to buffer. This gives the logger an opportunity to set up and tear down buffering. At present the library implementations ofProcessLogger simply execute the body unbuffered.
Will be called with each line read from the process error stream.
Will be called with each line read from the process error stream.
Will be called with each line read from the process output stream.
Will be called with each line read from the process output stream.