Hi everyone I have a simple porgramming question: I want some program block only executed on a certain debug level, like: if (loglevel == LEVEL_DEBUG2) { calculate( &something ); DEBUG2(..., something); } Best reagrds, Till