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)
You can set a log level in the Logger class. If you set it to "errors and warnings", you'll get much less output.