Change logger

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
Dr_Asik
Posts: 18
Joined: Wed Jun 02, 2010 2:15 am

Change logger

Post by Dr_Asik »

Is it possible to change the Logger Irrlicht uses? Say, implementing irr::ILogger and passing it to the device. The problem is, there's a getLogger() but not a setLogger() and I don't see a way to hand in a new logger.
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

well you can catch the log events and process them yourself. then they will not be printed to the console by irrlicht.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Post Reply