core
core
com.acsgh.common.scala
App
com.acsgh.common.scala.lock
ReentrantLock
ReentrantReadWriteLock
com.acsgh.common.scala.log
LogLevel
LogSupport
LogSupport
com.acsgh.common.scala.time
StopWatch
StopWatch
StopWatchSupport
TimerSplitter
core
/
com.acsgh.common.scala
/
App
App
trait
App
extends
LogSupport
with
StopWatchSupport
Graph
Supertypes
trait
StopWatchSupport
trait
LogSupport
class
Object
trait
Matchable
class
Any
Value members
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