log4net SDK Reference

StringMatchFilter.m_regexToMatch Field

A regex object to match (generated from m_stringRegexToMatch)

[Visual Basic]
Protected m_regexToMatch As Regex
[C#]
protected Regex m_regexToMatch;

Remarks

Missing <remarks> documentation for F:log4net.Filter.StringMatchFilter.m_regexToMatch

See Also

StringMatchFilter Class | log4net.Filter Namespace