case classBufferedOutput(logger: Logger) extends OutputStrategy with Product with Serializable
Logs the forked standard output at the info level and the forked standard error at the error level.
The output is buffered until the process completes, at which point the logger flushes it (to the screen, for example).
Linear Supertypes
Serializable, Serializable, Product, Equals, OutputStrategy, AnyRef, Any
Logs the forked standard output at the
infolevel and the forked standard error at theerrorlevel. The output is buffered until the process completes, at which point the logger flushes it (to the screen, for example).