Created
August 25, 2011 13:33
-
-
Save chgeuer/1170667 to your computer and use it in GitHub Desktop.
MEF Debugging - config
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
<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