log4net SDK Documentation - Microsoft .NET Framework 4.0

PatternLayoutConverter Class

Abstract class that provides the formatting functionality that derived classes need.

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

System.Object
   log4net.Util.PatternConverter
      log4net.Layout.Pattern.PatternLayoutConverter
         log4net.Layout.Pattern.NamedPatternConverter

[Visual Basic]
MustInherit Public Class PatternLayoutConverter
    Inherits PatternConverter
[C#]
public abstract class PatternLayoutConverter : PatternConverter

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

Conversion specifiers in a conversion patterns are parsed to individual PatternConverters. Each of which is responsible for converting a logging event in a converter specific manner.

Requirements

Namespace: log4net.Layout.Pattern

Assembly: log4net (in log4net.dll)

See Also

PatternLayoutConverter Members | log4net.Layout.Pattern Namespace