jPCT-AE - a 3d engine for Android > Support

Disable logging

(1/1)

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


--- Code: ---Logger.setLogLevel(Logger.LL_ONLY_ERRORS);
--- End code ---

LemonLake:

--- Quote from: EgonOlsen on October 03, 2013, 08:57:42 pm ---Yes


--- Code: ---Logger.setLogLevel(Logger.LL_ONLY_ERRORS);
--- End code ---

--- End quote ---

Thanks!

Navigation

[0] Message Index

Go to full version