scala / 3.1.1 / scala / sys / process / fileprocesslogger.html /

Class scala.sys.process.FileProcessLogger

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

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

Supertypes

Concrete methods

Source
def buffer[T](f: => T): T

Source
def close(): Unit

Source
def err(s: => String): Unit

Source
def flush(): Unit

Source
def out(s: => String): Unit

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/sys/process/FileProcessLogger.html