Skip to content

Instantly share code, notes, and snippets.

@mattanja
mattanja / TestContextAppender.cs
Created October 16, 2012 12:59
log4net TestContextAppender
using log4net.Appender;
using log4net.Core;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace XXX.Framework.Logging
{
/// <summary>
/// Simple appender, writing all logging events to the given <c>TestContext</c>.
/// </summary>