Nifty and System.error messages

Is there a way to shut off the debug output for Nifty? Don’t get me wrong… I’m glad it’s there when I need it… however… hahahahaha.



I would LOVE to be able to disable it otherwise :slight_smile: I have no need to watch Nifty’s progress in parsing out an xml file, or whether or not it processed a mouse event.

Actually neither the nifty creator (void256) found a way to disable that xD. http://hub.jmonkeyengine.org/groups/gui/forum/topic/setting-log-level-in-niftygui/

Thanks for the heads up! It’s certainly not the end of the world, just tired of pouring over 6000 lines of output. I guess I could use the global logger block when not needed… buuuuut… such is life.

It’s a bit annoying in an Applet though because you don’t have the permissions to change the log level there.