Interface implemented by layout objects
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
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