561
edits
(explains the use of the flag values a bit better) |
m (last for now I promise! :)) |
||
Line 49: | Line 49: | ||
// next must be 4, because the debug levels must be able to be combined with OR | // next must be 4, because the debug levels must be able to be combined with OR | ||
// and again be extracted with AND and for example 3 could be then kQuuxDebugExample or | // and again be extracted with AND and for example 3 could be then kQuuxDebugExample or | ||
// kQuuxDebugExample2, that should be only used then a call should be printed when | // kQuuxDebugExample2, that should be only used then a call should be printed when at least | ||
// is specified | // one of both is specified | ||
}; | }; | ||
edits