Skip to content

Instantly share code, notes, and snippets.

@christianhelle
Created May 24, 2018 07:02
Show Gist options
  • Save christianhelle/58b20f77fa689589eff2abae31c21b5a to your computer and use it in GitHub Desktop.
Save christianhelle/58b20f77fa689589eff2abae31c21b5a to your computer and use it in GitHub Desktop.
TextWriterTraceListener
<system.diagnostics>
<trace autoflush="false"
indentsize="4">
<listeners>
<add name="textFileListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="Trace.log" />
</listeners>
</trace>
</system.diagnostics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment