Subscribe to forum RSS Forum

default logging?

New Topic Post Reply

Page: 1

Author Post
Mike
Guest
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
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.

New Topic Post Reply

Page: 1