PatternParser Parse Method Apache log4net™ SDK Documentation
Parses the pattern into a chain of pattern converters.

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

public PatternConverter Parse()

Return Value

Type: PatternConverter
The head of a chain of pattern converters.
Remarks

Parses the pattern into a chain of pattern converters.

See Also