Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderSkeleton.Layout Property

Gets or sets the ILayout for this appender.

[Visual�Basic]
Overridable�Public�Property�Layout�As�ILayout
[C#]
public�virtual�log4net.Layout.ILayout�Layout�{get;�set;}

Property Value

The layout of the appender.

Remarks

See RequiresLayout for more information.

See Also

AppenderSkeleton Class | log4net.Appender Namespace | RequiresLayout