PatternParser Constructor 
      
     
    
       Constructor 
      
        [Visual Basic]
        Public Sub New( _
   ByVal 
pattern As 
String _
)
 
      
        [C#]
        public PatternParser(   
string pattern);
 
      Parameters
      
        - 
          pattern
        
- The pattern to parse.
Remarks
             Initializes a new instance of the PatternParser class with the specified pattern string. 
            See Also
PatternParser Class | log4net.Util Namespace