Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PatternParser Class

Most of the work of the PatternLayout class is delegated to the PatternParser class.

For a list of all members of this type, see PatternParser Members.

System.Object
���log4net.Util.PatternParser

[Visual�Basic]
NotInheritable�Public�Class�PatternParser
[C#]
public�sealed�class�PatternParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

PatternParser Members | log4net.Util Namespace