Create the pattern parser instance
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- pattern
- Type: SystemString
the pattern to parse
Return Value
Type: PatternParserThe PatternParser that will format the event
Remarks
Creates the PatternParser used to parse the conversion string. Sets the global and instance rules on the PatternParser.
See Also