Things added in February, 2010
About jhollingworth
a blog about my life (twitter.com/jhollingworth)
Feed Subscriptions
RSS Things
RSS Comments
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 ...
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 ...