FileProcessLogger

class FileProcessLogger(file: File) extends ProcessLogger with Closeable with Flushable

A scala.sys.process.ProcessLogger that writes output to a file.

A scala.sys.process.ProcessLogger that writes output to a file.

trait Flushable
trait Closeable
class Object
trait Matchable
class Any

Value members

Concrete methods

def buffer[T](f: => T): T
def close(): Unit
def err(s: => String): Unit
def flush(): Unit
def out(s: => String): Unit