Instance Constructors From scala.sys.process.FileProcessLogger
new FileProcessLogger(file: File)
(defined at scala.sys.process.FileProcessLogger)
Value Members From scala.sys.process.FileProcessLogger
def buffer[T](f: ⇒ T): T
If a process is begun with one of these ProcessBuilder methods:
The 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 of ProcessLogger simply execute the body unbuffered.
Definition Classes
FileProcessLogger → ProcessLogger
(defined at scala.sys.process.FileProcessLogger)
def err(s: ⇒ String): Unit
Will be called with each line read from the process error stream.
Definition Classes
FileProcessLogger → ProcessLogger
(defined at scala.sys.process.FileProcessLogger)
def out(s: ⇒ String): Unit
Will be called with each line read from the process output stream.
Definition Classes
FileProcessLogger → ProcessLogger
(defined at scala.sys.process.FileProcessLogger)
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.