LoggingOutputStream

scalafix.internal.sbt.LoggingOutputStream
See theLoggingOutputStream companion object
class LoggingOutputStream(logger: Logger, level: Value, separator: String) extends OutputStream

Split an OutputStream into messages and feed them to a given logger at a specified level. Not thread-safe.

Attributes

Companion
object
Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

class LinesExtractorOutputStream extends ByteArrayOutputStream

Attributes

Supertypes
class ByteArrayOutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def write(b: Int): Unit

Attributes

Definition Classes
OutputStream

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def flush(): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
OutputStream