Log

abstract class Log
Companion
object
class Object
trait Matchable
class Any
object None
object Console
class Proxy
class JLine
class Composite

Value members

Abstract methods

def debug(msg: String): Unit

Very detailed information about the execution.

Very detailed information about the execution.

def error(msg: String): Unit

Errors that occurred during the execution.

Errors that occurred during the execution.

def info(msg: String): Unit

General information about the execution.

General information about the execution.

def warn(msg: String): Unit

Warnings about unusual events that occurred during the execution.

Warnings about unusual events that occurred during the execution.

Concrete methods

def apply(msg: => Any): Unit

Same as info.

Same as info.

def clear(): Unit
def currentBegin(): Unit
def currentForkCommand(cmd: String): Unit
def currentForkIndex(n: Int): Unit
def currentInput(input: String): Unit
def currentProgress(percent: Double): Unit
def currentTotalForks(n: Int): Unit
def overallBegin(millis: Long): Unit
def overallProgress(percent: Double): Unit
def overallScope(benchmark: String): Unit
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.

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

Same as debug.

Same as debug.