scala.sys.process.ProcessLogger
See theProcessLogger companion trait object ProcessLoggerProvides factories to create scala.sys.process.ProcessLogger, which are used to capture output of scala.sys.process.ProcessBuilder commands when run.
Attributesclass
Objecttrait
Matchableclass
Any.
type(
file:
File):
FileProcessLoggerCreates a scala.sys.process.ProcessLogger that redirects output to a java.io.File
.
Creates a scala.sys.process.ProcessLogger that redirects output to a java.io.File
.
(
fn:
String => Unit):
ProcessLoggerCreates a scala.sys.process.ProcessLogger that sends all output, standard and error, to the passed function.
Creates a scala.sys.process.ProcessLogger that sends all output, standard and error, to the passed function.
Attributes(
fout:
String => Unit,
ferr:
String => Unit):
ProcessLoggerCreates a scala.sys.process.ProcessLogger that sends all output to the corresponding function.
Creates a scala.sys.process.ProcessLogger that sends all output to the corresponding function.
Value parametersThis function will receive standard error.
This function will receive standard output.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4