Visual Studio XML . , . , / , . Windows Azure.
app.config/web.config , Schemas. , , . - DotNetConfig.xsd( C:\Program Files (x86)\Microsoft Visual Studio 11.0\xml\Schemas\1033\DotNetConfig.xsd, VS 2012). XSD, , (configuration/system.diagnostics/trace/listeners/ListenerElement/filter), , . , (configuration/system.diagnostics/sharedListeners/ListenerElement/filter), .
, VS, . , , VS , , type , , . .
<system.diagnostics>
<sharedListeners>
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name="AzureDiagnostics">
<filter type="" />
</add>
</sharedListeners>
<trace>
<listeners>
<add name="AzureDiagnostics" />
</listeners>
</trace>
</system.diagnostics>