LayoutSkeleton Footer Property Apache log4net™ SDK Documentation
The footer for the layout format.

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

public virtual string Footer { get; set; }

Property Value

Type: OnlineString
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