Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Created August 25, 2011 13:33
Show Gist options
  • Save chgeuer/1170667 to your computer and use it in GitHub Desktop.
Save chgeuer/1170667 to your computer and use it in GitHub Desktop.
MEF Debugging - config
<sources>
<source name="System.ComponentModel.Composition" switchValue="All">
<listeners>
<add name="fileListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="composition.log" />
</listeners>
</source>
</sources>
<trace autoflush="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment