Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created November 24, 2014 16:29
Show Gist options
  • Select an option

  • Save CoditCompany/ac2bf8ab3321611da1da to your computer and use it in GitHub Desktop.

Select an option

Save CoditCompany/ac2bf8ab3321611da1da to your computer and use it in GitHub Desktop.
<system.diagnostics>
<sources>
<sourcename="Microsoft.ServiceModel.Channels"switchValue="Warning">
<listeners>
<addname="eventlog" />
</listeners>
</source>
<sourcename="Microsoft.Adapters.SAP"switchValue="Warning">
<listeners>
<addname="eventlog" />
</listeners>
</source>
</sources>
<sharedListeners>
<addname="eventlog"type="System.Diagnostics.EventLogTraceListener"initializeData="APPLICATION_NAME"/>
</sharedListeners>
<traceautoflush="false" />
</system.diagnostics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment