Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LayoutSkeleton.Footer Property

The footer for the layout format.

[Visual�Basic]
Overridable�Public�Property�Footer�As�String�_
����Implements�ILayout.Footer
[C#]
public�virtual�string�Footer�{get;�set;}

Property Value

the layout footer

Implements

ILayout.Footer

Remarks

The Footer text will be appended after all the logging events have been formatted and appended.

See Also

LayoutSkeleton Class | log4net.Layout Namespace