Getting rid of atlTraceGeneral category shown in ATLTRACE output

  • Thread starter Thread starter Anton K2
  • Start date Start date
A

Anton K2

Guest
Hi guys,

After upgrading to VS2013 I started receiving all my ATLTRACE2 messages in a "() : atlTraceGeneral - My output" format.

e.g.
ATLTRACE(_T("This is my data: %d\n"), 124);
is shown as
dllmain.cpp(1121) : atlTraceGeneral - This is my data: 124

I don't need this additional info with filename and line. Is here some way to get back to the previous format so that the output would be just:

This is my data: 124

Thank you

Continue reading...
 
Back
Top