Stop irrlicht from outputting to my console!

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Jallen
Posts: 46
Joined: Tue Jun 19, 2007 5:28 pm
Location: Hampshire, England

Stop irrlicht from outputting to my console!

Post by Jallen »

I don't want irrlicht's console output. I want to use the console myself without having it filled with irrlicht stuff!

How can I do this?
Thanks.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Capture the log events in your event receiver and return "true" to suppress them, like with all other events.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You can also change the log level to only output warnings or errors.
Jallen
Posts: 46
Joined: Tue Jun 19, 2007 5:28 pm
Location: Hampshire, England

Post by Jallen »

Thanks for the help, this is what I was looking for
Kalango
Posts: 157
Joined: Thu Apr 26, 2007 12:46 am

Post by Kalango »

You can also dont use a console output, maybe a file output(dependin what your need is). Just build a GUI project and some simple text file.
Anthony
Posts: 121
Joined: Sun Jan 09, 2011 12:03 pm

Post by Anthony »

file output is great when you distribute your application. So if something is wrong the user just have to send that file instead of chatting to eachother to find the error (wich ofcourse never should have happend anyway :? )
No :shock: I am no noob, just checking if your not one too :roll:

Thanks to Niko and all others that made Irrlicht possible.
Post Reply