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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -