Topic: How to do coorelation with SmartInspect
Hello,
I have a service that runs many threads and handles events in other threads. I am passing a "workitem" through my service. Each workitem is processed by it's own thread, but also generated events that are handled in a separate thread.
Is there a way to co-relate all of my logging messages for this workitem?
Can I add a custom column and filter on that?
Basically I am looking for the process flow of that workitem, not just the thread that processed it.
Thanks!
