Does your product have any default logging, for instance, can it just go ahead and capture the enter and exits from all procudures?
Thanks,
Mike
Subscribe to forum
Forum
default logging?
Page: 1
| Author | Post |
|---|---|
|
Mike
|
#1 Wed Apr 25, 2007 4:28 pm
|
| Guest | |
|
#2 Wed Apr 25, 2007 6:00 pm
|
|
|
Administrator
Registered: Sep 2007
Posts: 134
|
Hello Mike,
SmartInspect does not log any events automatically (including procedure enter and exits). The entire logging data is generated by adding log statements to your source code. So, to log the enter and exits of procedures you need to manually add calls to the EnterMethod and LeaveMethod methods. Since this can be quite a bit of work, SmartInspect includes code templates and snippets for a variety of IDEs which make this a lot easier. |
Page: 1