Exemplo n.º 1
0
 protected override bool Predicate(ILogRx rx)
 {
     return(_filters.Empty() || _filters.Contains(rx.GetType().Name));
 }