LoggingReporter

@deprecated("Please use RegressionReporter instead.", "0.16") case class LoggingReporter[T]() extends Reporter[T]

Simply logs the measurement data to the standard output.

Simply logs the measurement data to the standard output.

Deprecated
trait Product
trait Equals
trait Reporter[T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def report(result: CurveData[T], persistor: Persistor): Unit
def report(result: Tree[CurveData[T]], persistor: Persistor): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product