Dsl

trait Dsl[Out]
class Object
trait Matchable
class Any
Dsl[Out]

Value members

Abstract methods

def assert(test: Boolean, msg: String, extra: Any*): Out
def clear: Out
def debug(msg: Any, extra: Any*): Out
def dir(value: Any, extra: Any*): Out
def error(msg: Any, extra: Any*): Out
def exception(err: Throwable): Out
def info(msg: Any, extra: Any*): Out
def log(msg: Any, extra: Any*): Out
def profile(reportName: String): Out
def profileEnd: Out
def time(label: String): Out
def timeEnd(label: String): Out
def timeLog(label: String): Out
def warn(msg: Any, extra: Any*): Out

Concrete methods

def map[B](f: (() => Out) => B): Dsl[B]
def prefixedWith(prefix: String): Dsl[Out]