Author Topic: less verbose console info?  (Read 1820 times)

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
less verbose console info?
« on: August 09, 2016, 08:21:16 am »
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)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: less verbose console info?
« Reply #1 on: August 09, 2016, 08:45:15 am »
You can set a log level in the Logger class. If you set it to "errors and warnings", you'll get much less output.