Tag Archives: si-article

WCF logging and tracing with SmartInspect

Distributed software applications are usually difficult to debug. Bugs and performance issues can occur on the client, on the server or in the communication stack. Finding the root cause of such problems is often not trivial, especially if the issue only occurs on a production system. Luckily, .NET logging tools like SmartInspect help with this [...]
Posted in Gurock Software, Programming, SmartInspect | Tagged | 1 Comment

Aspect-oriented logging for .NET with Unity 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 of the available posts. Michael Baarz recently emailed us as he was a looking for a modern .NET logging tool for his company’s complex [...]
Posted in Gurock Software, Programming, SmartInspect | Tagged | Leave a comment

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. Our PostSharp aspect library has a new home: SmartInspect for PostSharp There are various AOP frameworks available for each of the [...]
Posted in Gurock Software, Programming, SmartInspect | Tagged | 2 Comments

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 | 14 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