Most of the work of the PatternLayout class
is delegated to the PatternParser class.
Inheritance Hierarchy
log4net.UtilPatternParser
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The PatternParser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PatternParser |
Constructor
|
Properties
Name | Description | |
---|---|---|
PatternConverters |
Get the converter registry used by this parser
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
Parse |
Parses the pattern into a chain of pattern converters.
| |
ToString | (Inherited from Object.) |
Remarks
The PatternParser processes a pattern string and returns a chain of PatternConverter objects.
See Also