How can I filter the WCF Trace?
Posted
by Lawrence A. Contreras
on Stack Overflow
See other posts from Stack Overflow
or by Lawrence A. Contreras
Published on 2010-03-09T11:05:49Z
Indexed on
2010/03/09
11:06 UTC
Read the original article
Hit count: 465
I need to get the following information during tracing: 1. I need to know how long an operation was executed. 2. I need to know if the operation(method in the service) is executed successfully. 3. I need to know if there's an error.
I know that we can see all of that using the Service Trace Viewer, but is there a way that I can filter the information to the things mentioned above?
© Stack Overflow or respective owner