Add log if filter field doesn't match anything

This commit is contained in:
Matt Nadareski
2020-12-16 10:49:38 -08:00
parent c3753b13c1
commit e59c9fa0e4
6 changed files with 86 additions and 66 deletions

View File

@@ -33,12 +33,6 @@ namespace SabreTools.Filtering
#region Filter Population
/// <summary>
/// Populate the filters object using a set of key:value filters
/// </summary>
/// <param name="filters">List of key:value where ~key/!key is negated</param>
public abstract void PopulateFromList(List<string> filters);
/// <summary>
/// Split the parts of a filter statement
/// </summary>