DebuggingOutputStream

mill.client.debug.DebuggingOutputStream
class DebuggingOutputStream(out: OutputStream, workingDir: Path, name: String, writeSeparateOps: Boolean) extends OutputStream

Writes everything you write to the output stream to a file as well.

Attributes

Source
DebuggingOutputStream.scala
Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def write(b: Int): Unit

Attributes

Definition Classes
OutputStream
Source
DebuggingOutputStream.scala
override def write(b: Array[Byte], off: Int, len: Int): Unit

Attributes

Definition Classes
OutputStream
Source
DebuggingOutputStream.scala

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
OutputStream