less verbose console info?

Started by MichaelJPCT, August 09, 2016, 08:21:16 AM

Previous topic - Next topic

MichaelJPCT

i encounter a problem, the console information is too much (such as compiling object3d to VBO), sometimes the latter information fills the console buffer so i can't read the former ones. can i define what information should be printed in the console? (in MS Windows)

EgonOlsen

You can set a log level in the Logger class. If you set it to "errors and warnings", you'll get much less output.