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
This type is not safe for multithreaded operations.
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