OutputChannel

bindgen.OutputChannel
See theOutputChannel companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def log[A](lc: LoggingConfig, level: LogLevel, msg: A, context: Seq[(String, Any)]): Unit
def stderr[A](msg: A): Unit
def stdout[A](msg: A): Unit

Concrete methods

def stderrLine[A](msg: A): Unit
def stdoutLine[A](msg: A): Unit