Quieter console output?

skullmunky

05-12-2007 06:25:27

Is there a way to decrease the logging level to the console?

PhycoFalcon

05-12-2007 07:39:49

I know GCC has a -verbosity option.
Of course there are the demos, but I can't quite run those yet-- Still compiling. ;)

andy

05-12-2007 08:40:33

Have a look at Ogre.LogManager usage in Demo_Bezier.py......

And if you have the SVN checkout Test_Log.py in demos/ogre/tests

Cheers
Andy

skullmunky

05-12-2007 13:27:06

oh! yup. thanks!