I'm having a ruby code which registers a dll and makes calls to the
methods available in the dll (built in C++).
For an example:
1. Ruby Code calls method ABC() which is present in DLL (say xyz.dll).
2. In turn, ABC() method internally calls DEF() which is also present in
the same DLL.
So I want this call logs via my ruby code. So my output should be like
this:
Da: Vimal Selvam [mailto:email2vimalraj@gmail.com]
Inviato: martedì 27 dicembre 2011 08:46
A: ruby-talk ML
Oggetto: Log all the calls made in DLL
Hi Gurus,
I'm having a ruby code which registers a dll and makes calls to the methods
available in the dll (built in C++).
For an example:
1. Ruby Code calls method ABC() which is present in DLL (say xyz.dll).
2. In turn, ABC() method internally calls DEF() which is also present in the
same DLL.
So I want this call logs via my ruby code. So my output should be like
this: