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.
Jallen
Posts: 46 Joined: Tue Jun 19, 2007 5:28 pm
Location: Hampshire, England
Post
by Jallen » Sun Jan 16, 2011 2:43 pm
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 » Sun Jan 16, 2011 3:26 pm
Capture the log events in your event receiver and return "true" to suppress them, like with all other events.
hybrid
Admin
Posts: 14143 Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:
Post
by hybrid » Sun Jan 16, 2011 6:47 pm
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 » Mon Jan 17, 2011 10:25 pm
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 » Tue Jan 18, 2011 1:20 am
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 » Thu Jan 20, 2011 1:10 am
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
I am no noob, just checking if your not one too
Thanks to Niko and all others that made Irrlicht possible.