Reporter

object Reporter
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

object NoReporter extends Reporter

A reporter that ignores reports, and doesn't record errors

A reporter that ignores reports, and doesn't record errors

Value members

Concrete methods

Show prompt if -Xprompt is passed as a flag to the compiler

Show prompt if -Xprompt is passed as a flag to the compiler

def fromSimpleReporter(simple: SimpleReporter): Reporter

Convert a SimpleReporter into a real Reporter

Convert a SimpleReporter into a real Reporter