Skip to content

Instantly share code, notes, and snippets.

Verifying that +avesse is my blockchain ID. https://onename.com/avesse
@avesse
avesse / Log4NetSoapExtension.cs
Created July 7, 2012 00:34
Log4NetSoapExtension
public class Log4NetSoapExtension : SoapExtension
{
private static readonly ILog logger = LogManager.GetLogger("My Service");
Stream oldStream;
Stream newStream;
public override Stream ChainStream(Stream stream)
{
oldStream = stream;