Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

DynamicPatternLayout.Footer Property

The footer for the layout format.

[Visual�Basic]
Overrides�Public�Property�Footer�As�String�_
����Implements�ILayout.Footer
[C#]
public�override�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.

The pattern will be formatted on each get operation.

See Also

DynamicPatternLayout Class | log4net.Layout Namespace