Created
August 23, 2012 21:51
-
-
Save sandrinodimattia/3442365 to your computer and use it in GitHub Desktop.
DiagnosticMonitorTraceListener
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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