Most of the work of the PatternLayout class
is delegated to the PatternParser class.
Inheritance Hierarchy
log4net.Util PatternParser
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
The PatternParser processes a pattern string and returns a chain of PatternConverter objects.
See Also