mirror of
https://github.com/klmp200/sarl-fireworks.git
synced 2024-11-25 02:24:28 +00:00
Add logging in Janus kernels
This commit is contained in:
parent
ed1ce51747
commit
822144a89b
@ -9,6 +9,7 @@ import static io.janusproject.Boot.*
|
|||||||
class Firework {
|
class Firework {
|
||||||
static def main(controller : FXMLViewerController) {
|
static def main(controller : FXMLViewerController) {
|
||||||
Boot::offline = true
|
Boot::offline = true
|
||||||
|
Boot::verboseLevel = 7
|
||||||
Boot::startJanus(typeof(LaunchingArea), controller)
|
Boot::startJanus(typeof(LaunchingArea), controller)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user