LayoutSkeleton ClassApache log4netâ„¢ SDK Documentation
Extend this abstract class to create your own log layout format.
Inheritance Hierarchy

OnlineSystem.Object
  log4net.Layout.LayoutSkeleton
    log4net.Layout.ExceptionLayout
    log4net.Layout.PatternLayout
    log4net.Layout.SimpleLayout
    log4net.Layout.XmlLayoutBase

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public abstract class LayoutSkeleton : ILayout, 
	IOptionHandler
Remarks

This is the base implementation of the ILayout interface. Most layout objects should extend this class.

Remarks

Note Note

Subclasses must implement the [M:Format(TextWriter,LoggingEvent)] method.

Subclasses should set the IgnoresException in their default constructor.

See Also