Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created August 23, 2012 21:51
Show Gist options
  • Select an option

  • Save sandrinodimattia/3442365 to your computer and use it in GitHub Desktop.

Select an option

Save sandrinodimattia/3442365 to your computer and use it in GitHub Desktop.
DiagnosticMonitorTraceListener
<system.diagnostics>
<trace>
<listeners>
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="AzureDiagnostics">
<filter type="" />
</add>
</listeners>
</trace>
</system.diagnostics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment