Tag Archives: si-article

Aspect-oriented logging for .NET with PostSharp and SmartInspect

This article is part of a series about aspect-oriented logging with SmartInspect, our logging tool for .NET, Java and Delphi. Please see the first article of this series for a complete overview over the available posts. There are various AOP frameworks available for each of the three platforms SmartInspect supports, so why did we decide to [...]
Posted in Gurock Software, Programming, SmartInspect | Tagged | Leave a comment

Working with Delphi’s new Exception.StackTrace

One feature I often miss when using Delphi is the support for proper exception stack traces at run-time. You know, those useful stack traces that show you exactly where an exception occurred, ideally with the method name and line number of where the exception was raised. Both .NET and Java have excellent stack trace support [...]
Posted in DelphiFeeds.com, Programming, SmartInspect | Tagged | 12 Comments

SQLite logging for Delphi with SmartInspect

David Lambert was kind enough to send us his very nice SmartInspect SQLite logging protocol for Delphi and allowed us to make it available on our website. It can be used to write SmartInspect logging data to an SQLite database instead of typical log files, allowing for customized filtering and analysis with SQL tools. This [...]
Posted in DelphiFeeds.com, Gurock Software, SmartInspect | Tagged | Leave a comment

Using SmartInspect with madExcept

Inspired by our recent article about using EurekaLog together with SmartInspect, SmartInspect user Jeremy Brown ported our example to madExcept and kindly provided us with screenshots and sample code. The example project demonstrates how to attach an event handler to madExcept and add a SmartInspect log file to madExept’s crash report whenever an unhandled exception occurs: uses [...]
Posted in DelphiFeeds.com, Gurock Software, Programming, SmartInspect | Tagged | 1 Comment