ConsoleOutput

trait ConsoleOutput extends Output

Implementation of the Output trait using the standard Console output

Companion:
object
trait Output
class Object
trait Matchable
class Any
class Debuggable[T]
object ConsoleOutput.type

Value members

Concrete methods

override def flush(): Unit
Definition Classes
override def printf(s: String, args: Any*): Unit
Definition Classes

Inherited methods

def printStackTrace(t: Throwable): Unit

print stacktraces

print stacktraces

Inherited from:
Output
def println(m: Any): Unit

print an object with a newline

print an object with a newline

Inherited from:
Output