XmlLayout FormatXml Method Apache log4net™ SDK Documentation
Does the actual writing of the XML.

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

protected override void FormatXml(
	XmlWriter writer,
	LoggingEvent loggingEvent
)
Remarks

Override the base class FormatXml(XmlWriter, LoggingEvent) method to write the LoggingEvent to the OnlineXmlWriter.

See Also