Skip to content

Instantly share code, notes, and snippets.

@andrijac
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrijac/e2255e52494ddf998f02 to your computer and use it in GitHub Desktop.
Save andrijac/e2255e52494ddf998f02 to your computer and use it in GitHub Desktop.
WCF trace

"Program Files"\Microsoft SDKs\Windows\v6.1\Bin\SvcTraceViewer.exe

<system.diagnostics>
<sources>
<source name="System.ServiceModel" switchValue="Information, ActivityTracing" propagateActivity="true">
<listeners>
<add name="traceListener" type="System.Diagnostics.XmlWriterTraceListener" initializeData="Logger.xml" />
</listeners>
</source>
</sources>
</system.diagnostics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment