The fields of the StringMatchFilter class are listed below. For a complete list of StringMatchFilter class members, see the StringMatchFilter Members topic.
|  m_acceptOnMatch | Flag to indicate the behavior when we have a match | 
|  m_regexToMatch | A regex object to match (generated from m_stringRegexToMatch) | 
|  m_stringRegexToMatch | A string regex to match | 
|  m_stringToMatch | The string to substring match against the message | 
StringMatchFilter Class | log4net.Filter Namespace