start/stop logs by code... is it possible ?

Massimo Del Fedele max at veneto.com
Tue Jul 1 16:28:32 CDT 2008


I'd like to start some trace log entering a function and stopping it at 
exit, to isolate just the part I need. Is it possible to add some code 
inside the function body that do it ?

I mean...

void aWineFunction(...)
{
   .......
   STARTLOG
   .......
   .......
   STOPLOG

   .......

}

The purpose is to isolate traces from code called by a single function.

Max




More information about the wine-devel mailing list