mirror of
https://github.com/klmp200/sarl-fireworks.git
synced 2025-08-20 14:39:56 +00:00
Add logging in Janus kernels
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user