Extend this abstract class to create your own log layout format.
For a list of all members of this type, see LayoutSkeleton Members.
System.Object
���log4net.Layout.LayoutSkeleton
������log4net.Layout.ExceptionLayout
������log4net.Layout.PatternLayout
������log4net.Layout.SimpleLayout
������log4net.Layout.XmlLayoutBase
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This is the base implementation of the ILayout interface. Most layout objects should extend this class.
Notes to Inheritors: ���Subclasses must implement the Format method.
Subclasses should set the IgnoresException in their default constructor.
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll)
LayoutSkeleton Members | log4net.Layout Namespace