Disable logging

Started by LemonLake, October 03, 2013, 08:49:32 PM

Previous topic - Next topic

LemonLake

I have over a thousand objects in my scene, and JPCT logs about ten lines for each one upon creation. Is there any way to disable this? Thanks

EgonOlsen

Yes

Logger.setLogLevel(Logger.LL_ONLY_ERRORS);

LemonLake