Ge van Geldorp wrote:
I'm not sure I understand this. I would expect ERR and FIXME to be printed by default, TRACE and WARN would not be printed by default. So instead of DPRINT you'd use TRACE and instead of DPRINT1 you'd use ERR. What do we need ERR1 et al for???
Simply because I'll switch _all_ messages off by default. So only TRACE1, WARN1, ERR1 and FIXME1 will be printed.
And it is easier to change a WARN1 to a WARN instead of having to remeber the original macros when you restore the macros before commit.
Regards, Eric