Reporter

trait Reporter
class Object
trait Matchable
class Any

Value members

Abstract methods

def debug(msg: => String): Unit
def error(throwable: Throwable): Unit
def error(pos: Position, throwable: Throwable): Unit
def error(pos: Position, msg: String): Unit
def error(msg: String): Unit
def info(pos: Position, msg: String): Unit
def info(msg: String): Unit
def println(msg: String): Unit
def warning(pos: Position, msg: String): Unit
def warning(msg: String): Unit