www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: MichaelJPCT on August 09, 2016, 08:21:16 am

Title: less verbose console info?
Post by: MichaelJPCT 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)
Title: Re: less verbose console info?
Post by: EgonOlsen 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.