Log in | Jump |

jhollingworth

a blog about my life (twitter.com/jhollingworth)

Things added in February, 2010

.NET Library Directory

Posted on February 26th by admin.
About a year ago @davidpadbury and I were sitting in a pub drinking and pondering problems with the .net world. One major issue we had was there was ...

Programmatically adding log4net appenders

Posted on February 23rd by admin.
I needed to programamatically add a log4net appender at runtime, the docs for all of this are all a little fuzzy so just for future reference [sourcecode='c#'] class FileCleanerAppender : RollingFileAppender { public FileCleanerAppender() { File ...