Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn on WCF tracing at the client side?

Tags:

c#

trace

wcf

I want to use the WCF tracing feature. Here I found a help to turn on the WCF tracing at the service side.

Now I want to enable the WCF tracing feature at the client side for a WCF service that I can consume only.

like image 410
Mahmoud Samy Avatar asked Mar 24 '23 05:03

Mahmoud Samy


1 Answers

Check this link for enabling the trace on client side: http://social.msdn.microsoft.com/Forums/vstudio/en-US/908f7f5a-a166-42c6-b323-aebd06576e0a/how-to-log-or-trace-message-at-wcf-client-side

like image 126
rags Avatar answered Apr 06 '23 00:04

rags