Composite

case class Composite(logs: Log*) extends Log
trait Serializable
trait Product
trait Equals
class Log
class Object
trait Matchable
class Any

Value members

Concrete methods

def debug(msg: String): Unit
def error(msg: String): Unit
def info(msg: String): Unit
def warn(msg: String): Unit

Inherited methods

def apply(msg: => Any): Unit

Same as info.

Same as info.

Inherited from
Log
def clear(): Unit
Inherited from
Log
def currentBegin(): Unit
Inherited from
Log
def currentForkCommand(cmd: String): Unit
Inherited from
Log
def currentForkIndex(n: Int): Unit
Inherited from
Log
def currentInput(input: String): Unit
Inherited from
Log
def currentProgress(percent: Double): Unit
Inherited from
Log
def currentTotalForks(n: Int): Unit
Inherited from
Log
def overallBegin(millis: Long): Unit
Inherited from
Log
def overallProgress(percent: Double): Unit
Inherited from
Log
def overallScope(benchmark: String): Unit
Inherited from
Log
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def report(msg: String): Unit

Any output that has to do with reporting the final results.

Any output that has to do with reporting the final results.

Inherited from
Log
def timer(enable: Boolean): Unit
Inherited from
Log
def verbose(msg: => Any): Unit

Same as debug.

Same as debug.

Inherited from
Log