Skip to content

Instantly share code, notes, and snippets.

@jptoto
Created December 11, 2013 13:27
Show Gist options
  • Save jptoto/7910411 to your computer and use it in GitHub Desktop.
Save jptoto/7910411 to your computer and use it in GitHub Desktop.
log4net Debug
<appSettings>
<add key="log4net.Internal.Debug" value="true"/>
</appSettings>
<system.diagnostics>
<trace autoflush="true">
<listeners>
<add
name="textWriterTraceListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\temp\log4net.txt" />
</listeners>
</trace>
</system.diagnostics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment