LoggingOutputStream

class LoggingOutputStream(loggerId: LoggerId, level: Level, className: String, methodName: Option[String]) extends OutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def write(byte: Int): Unit
Definition Classes
OutputStream

Inherited methods

@throws(java.io.IOException)
def close(): Unit
Inherited from:
OutputStream
@throws(java.io.IOException)
def flush(): Unit
Inherited from:
OutputStream
@throws(java.io.IOException)
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit
Inherited from:
OutputStream
@throws(java.io.IOException)
def write(x$0: Array[Byte]): Unit
Inherited from:
OutputStream