ConsoleOutput

Companion:
class
trait Output
class Object
trait Matchable
class Any

Value members

Inherited methods

override def flush(): Unit
Definition Classes
Inherited from:
ConsoleOutput
def printStackTrace(t: Throwable): Unit

print stacktraces

print stacktraces

Inherited from:
Output
override def printf(s: String, args: Any*): Unit
Definition Classes
Inherited from:
ConsoleOutput
def println(m: Any): Unit

print an object with a newline

print an object with a newline

Inherited from:
Output