log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
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;
See Also
StringMatchFilter Class | log4net.Filter Namespace