Reporter

mdoc.Reporter
trait Reporter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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