ILayout InterfaceApache log4net™ SDK Documentation
Interface implemented by layout objects

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

public interface ILayout
Remarks

An ILayout object is used to format a LoggingEvent as text. The [M:Format(TextWriter,LoggingEvent)] method is called by an appender to transform the LoggingEvent into a string.

The layout can also supply Header and Footer text that is appender before any events and after all the events respectively.

See Also