mill.client.debug

Members list

Type members

Classlikes

class DebuggingInputStream(in: InputStream, workingDir: Path, name: String, writeSeparateOps: Boolean) extends InputStream

Writes everything you read from the input stream to a file as well.

Writes everything you read from the input stream to a file as well.

Attributes

Source
DebuggingInputStream.scala
Supertypes
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
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.

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

Attributes

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