Forum Discussion
jose_pita
13 years agoSuper Contributor
I might be out of my league here but see if this can help:
Do the following to get the call stack info on the log:
Log.CallStackSettings.EnableStackOnEvent = true;
Log.Event("Stopped or finished");
Log.CallStackSettings.EnableStackOnEvent = false;
Now you just have to find a way to access the log results on runtime (not much of a helper hey??), try something like this:
http://support.smartbear.com/viewarticle/27048/#Parsing
Do the following to get the call stack info on the log:
Log.CallStackSettings.EnableStackOnEvent = true;
Log.Event("Stopped or finished");
Log.CallStackSettings.EnableStackOnEvent = false;
Now you just have to find a way to access the log results on runtime (not much of a helper hey??), try something like this:
http://support.smartbear.com/viewarticle/27048/#Parsing