Created
July 15, 2019 11:07
-
-
Save johnmmoss/63e1ba9193a680ba173b2287362ae108 to your computer and use it in GitHub Desktop.
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 autoflush="true"> | |
<listeners> | |
<add | |
name="textWriterTraceListener" | |
type="System.Diagnostics.TextWriterTraceListener" | |
initializeData="C:\Users\jmoss\Desktop\log4net.txt" /> | |
</listeners> | |
</trace> | |
</system.diagnostics> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment