Hi all,
I am trying to "trace" method calls in order to understand what
happens when the engine transmits and receives messages (i will
probably have to add built-in encryption support for my applications
in the near future). I noticed that there is a CallStack object that
is used to keep a trace of method calls.
I was wondering if this object can be used in the application code so
that I can Inspect the stack trace(CallStack::output(), maybe?), for
example, when control reaches "Application" methods(fromApp, toApp,
....).
I am currently using version 1.10.2 via the .NET API, which does not
seem to export the output method.
Any help will be much appreciated,
Regards,
Andrei
|