App

trait App extends LogSupport with StopWatchSupport
class Object
trait Matchable
class Any

Value members

Concrete methods

def main(args: Array[String]): Unit
def onConfigure(action: => Unit): Unit
def onStart(action: => Unit): Unit
def onStop(action: => Unit): Unit
def start(): Unit
def started: Boolean
def stop(): Unit

Inherited methods

protected def time[T](text: String, level: LogLevel)(action: => T): T
Inherited from
StopWatchSupport
protected def timeManual(text: String, level: LogLevel): () => Unit
Inherited from
StopWatchSupport

Abstract fields

val name: String

Inherited fields

val log: Logger
Inherited from
LogSupport