Create the pattern parser instance
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- pattern
- Type: System String
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