This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
{ |