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
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

logger

Post by schick »

Printer::log( L"some message", irr::ELL_ERROR); does not print anything to the standard output. How to log some messages?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Hm, that should work. And does IrrlichtDevice->getLogger->log() not work either?
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

The error was somewhere else.
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

lol, now even the irrlicht engine description doesnt appear. But i can write to the console using std::cout or any other standard io method.

Any ideas whats wrong with that. Dont have a debugger at the moment, because visual c++ installation ***ed up and i have to use devcpp.
Please send me an e-mail instead of a private message.
Post Reply