We believe in listening to the voice of the customer. But to do that, we need you to speak. That’s what this Feature Request section of our site is for.

 

Here’s how to get your voice heard:

  1. VOTE for existing ideas (this will also subscribe you to the idea’s status updates)

  2. SUBMIT new ideas (Please include only one suggestion per post. Duplicates are merged together.)

  3. COMMENT on other ideas, which we check regularly

We also publish Roadmaps here, based off these Feature Requests, so you can see what we’re working on.

 

Note, this site is for new Feature Requests. Bug Reports should be emailed to Support as normal.

3 votes

Automatic execution time for Enter/Leave sections

Enter/Leave sections (Method, Tasks, Threads, ..) could display automatically the execution time, which is often interesting and SmartInspect can display this without any effort of the developer. Execution time should be displayed in the enter and/or leave line in the log. I can provide you with an implementation in combination with my IDisposable feature if […]

Under Review Category: SmartInspect > Languages > .NET 0 comments
1 vote

Add Delta overloads to Watches

I do this manually with external if statements to reduce the number of logged entries, but it would be much cleaner if there were overloaded methods to do this for each watch. For example: log.WatchInteger(“MyName”, currentValue); would also have log.WatchInteger(“MyName”, currentValue, previousValue); This version WatchInteger would only create a watch entry if the currentValue differs […]

Under Review Category: SmartInspect 0 comments
3 votes

Add prune functionality to the console.

One downside to using the console if you are doing a lot of logging is that it can run out of memory. Logging to files avoid this issue by rolling over new files and can be configured as to what triggers the role over. Would love to have something, similar for the console which would […]

Under Review Category: SmartInspect > Console 0 comments
4 votes

Enable filtering on Level in Views

There is currently no mechanism to filter based on Level. For example: if I wanted to only see all log entries that were as message level or higher, there is no way to do this. Granted I can filter on entry type but this is not the same. For example: If I have a bunch […]

Under Review Category: SmartInspect > Console 0 comments
9 votes

Console should handle large .sil files

Also, the viewer cannot handle these large files. I had to split them several times so I could look at them. The viewer should at least be able to read them in chunks and allow the user to select the part he wants to work with.

Under Review Category: SmartInspect > Console 0 comments
Scroll to Top