I'm use MS VS7.2003 NET
I'd like filter debug messages by levels. But don't know how set debug level for project.
//error message
ATLTRACE2(traceAppMsg, 0, "My info text 0\n");
I'm show it
//trace message
ATLTRACE2(traceAppMsg, 4, "My info text\n");
don't show it
What have I to do, to show info message?
#define ATL_TRACE_LEVEL not supported in VS7 :(
Start Free Trial