PatternLayout CreatePatternParser Method Apache log4net™ SDK Documentation
Create the pattern parser instance

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected virtual PatternParser CreatePatternParser(
	string pattern
)

Return Value

Type: PatternParser
The 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