Page 1 of 1

[Solved ]Output handling

Posted: Thu Mar 27, 2008 11:03 am
by 1337
If I set softDebugLevelLogfile_=1, then I still get lots of COUT(4) in orxonox.log.

Why could that be?

edit: never mind, it's not a bug. The output is generated while creating the OutputHandler Object.

edit 2: suggestion: debug-level while creating DebugLevel could be set to 3 (or 2) instead of 4, since this class will probably not be debugged anymore (and even if so, first thing to do: reset level to 4).

Posted: Thu Mar 27, 2008 12:53 pm
by x3n
True, thanks :)