Logging

How do I turn on more robust logging with jme?



Right now the only thing I'm seeing in the debug is


8/25/08 5:08:39 PM SEVERE com.jme.app.BaseGame Exception in game loop
8/25/08 5:08:39 PM INFO com.jme.app.BaseGame Application ending.



I used to see the exception and the line in the code would it was but now just this.

Thank you for any help.

Try this:

Logger.getLogger("").setLevel(Level.WARNING);