mirror of
https://github.com/klmp200/sarl-fireworks.git
synced 2025-07-20 15:59:22 +00:00
Add logging in Janus kernels
This commit is contained in:
@ -9,6 +9,7 @@ import static io.janusproject.Boot.*
|
||||
class Firework {
|
||||
static def main(controller : FXMLViewerController) {
|
||||
Boot::offline = true
|
||||
Boot::verboseLevel = 7
|
||||
Boot::startJanus(typeof(LaunchingArea), controller)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user