Suppressing Nifty output to console

I often use System.out.println() for debugging instead of breakpoints, watchers, and logs. The problem is that Nifty sends so much to the run time console that it is hard to find my output. Is there a flag that can be set to suppress the verbose Nifty output messages?

See if you find anything useful here:

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:logging

1 Like

Thank you. Have a nice day.