Reducing orxLOG information

edited March 2012 in Help request
I would like a log like this:
[2012-03-07 13:00:12] GameObject::Init() Starting game...

I tried using:
//
_orxDebug_SetFlags(0, orxDEBUG_KU32_STATIC_FLAG_FILE);
//

But didn't work.

Ideas?

Thanks

Comments

  • edited March 2012
    Hi!

    Yep, by doing so you asked debug/log entries to not be made in a file on disk (but still being displayed on console). :)

    The flag you should remove is orxDEBUG_KU32_STATIC_FLAG_TAGGED.
Sign In or Register to comment.