Packages

object Reporter

Source
Reporter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reporter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(settings: Settings): FilteringReporter

    The usual way to create the configured reporter.

    The usual way to create the configured reporter. Errors are reported through settings.errorFn and also by throwing an exception.