Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.sys/scala.sys.process/FileProcessLogger

FileProcessLogger

scala.sys.process.FileProcessLogger

Ascala.sys.process.ProcessLogger that writes output to a file.

Attributes

Source
ProcessLogger.scala
Graph
Supertypes
traitFlushable
traitCloseable
classObject
traitMatchable
classAny
Show all

Members list

Value members

Concrete methods

defbuffer[T](f:=>T):T

If a process is begun with one of theseProcessBuilder methods:

If a process is begun with one of theseProcessBuilder methods:

def !(log: ProcessLogger): Intdef !<(log: ProcessLogger): Int

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 ofProcessLogger simply execute the body unbuffered.

Attributes

Source
ProcessLogger.scala
defclose():Unit

Attributes

Source
ProcessLogger.scala
deferr(s:=>String):Unit

Will be called with each line read from the process error stream.

Will be called with each line read from the process error stream.

Attributes

Source
ProcessLogger.scala
defflush():Unit

Attributes

Source
ProcessLogger.scala
defout(s:=>String):Unit

Will be called with each line read from the process output stream.

Will be called with each line read from the process output stream.

Attributes

Source
ProcessLogger.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp