c# - How to make sense of WCF traces -
I know how to enable WCF tracing and see them in the trace viewer tool, but I do not know if it's all the means What does it mean? Is there such a document somewhere that it tells you what each of those levels means and how it can create a view of all the information being logged.
What is a good source of information about the WCF request / reaction life cycle, all the steps that a message goes through in WCF internals.
Comments
Post a Comment