LayoutSkeleton Header Property Apache log4net™ SDK Documentation
The header 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 Header { get; set; }

Property Value

Type: OnlineString
the layout header

Implements

ILayout Header
Remarks

The Header text will be appended before any logging events are formatted and appended.

See Also