Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View stevebowman's full-sized avatar

Steve Bowman stevebowman

View GitHub Profile
@michalkutil
michalkutil / DotNetOpenAuthFilter.cs
Created October 4, 2012 11:40
System.Diagnostics Trace listener DotNetOpenAuthFilter.
namespace Common.Log
{
using System.Diagnostics;
using System.Linq;
/// <summary>
/// Indicates whether a listener should trace for events from <c>DotNetOpenAuth</c> library based on the event type.
/// </summary>
public class DotNetOpenAuthFilter : EventTypeFilter
{