Skip to content

Instantly share code, notes, and snippets.

View dalager's full-sized avatar

Christian Dalager dalager

View GitHub Profile
@dalager
dalager / gist:842106
Created February 24, 2011 12:22
log4net.config
<?xml version="1.0" encoding="utf-8"?>
<log4net debug="false">
<appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender">
<file value="Logs/Debug.log" />
<appendToFile value="true" />
<rollingStyle value="Size" />
<maxSizeRollBackups value="10" />
<maximumFileSize value="1000KB" />
<staticLogFileName value="true" />
<layout type="log4net.Layout.PatternLayout">