Log on QuickGui

xabila

09-08-2007 17:49:35

Do you still have this code on the last version (i'm using the 0.9.4)

Ogre::LogManager::getSingleton().getLog("Ogre.log")->logMessage("Widget constructor - " + mInstanceName);

Because not everybody are using Ogre.log as log filename.

a

Ogre::LogManager::getSingleton()->logMessage("Widget constructor - " + mInstanceName);

should be good...

thanks

kungfoomasta

09-08-2007 19:32:50

I have hopefully removed all those lines, it was for debugging a while back. :)

At one point I was considering making a QuickGUI Log, but unless people really want it, I don't think its needed anymore.

xabila

09-08-2007 21:04:00

good news !

i'm gonna update it so, thanks