pipeStderr abstract method

Future<void> pipeStderr(
  1. Stream<List<int>> stderr
)

Pipes the stderr of for example a process to the logger

Implementation

Future<void> pipeStderr(Stream<List<int>> stderr);