PatternLayoutCreatePatternParser Method Apache log4net™ SDK Documentation
Create the pattern parser instance

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected virtual PatternParser CreatePatternParser(
	string pattern
)

Parameters

pattern
Type: SystemString
the pattern to parse

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

Reference