PatternParser ClassApache log4net™ SDK Documentation
Most of the work of the PatternLayout class is delegated to the PatternParser class.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util PatternParser

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

public sealed class PatternParser
Remarks

The PatternParser processes a pattern string and returns a chain of PatternConverter objects.

See Also