Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.67 KB

using-tracing-to-troubleshoot-your-application.md

File metadata and controls

35 lines (25 loc) · 1.67 KB
description title ms.date ms.assetid
Learn more about: Using Tracing to Troubleshoot Your Application
Using Tracing to Troubleshoot Your Application
03/30/2017
7676b9bb-cbd1-41fd-9a93-cc615af6e2d0

Using Tracing to Troubleshoot Your Application

This section contains various topics that describe how you can use tracing to troubleshoot your application.

In This Section

Recommended Settings for Tracing and Message Logging
Describes suggested settings for production and debugging environments.

Using Service Trace Viewer for Viewing Correlated Traces and Troubleshooting
Describes how you can use the Service Trace Viewer tool to view, correlate and analyze trace data.

Significant Traces
A list of major traces emitted by WCF.

Debugging on the Client
Enables clients to debug your application.

End-To-End Tracing Scenarios
Describes traces used for E2E WCF scenarios, for example, synchronous wsHttp request-replies, and asynchronous TCP one-way requests.

Emitting User-Code Traces
Describes how to emit traces programmatically in user code, so that you can proactively create instrumentation data to be used later for diagnostic purpose, and in correlation with WCF traces.

See also