None

case object None extends Log
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Log
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

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 fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
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