XmlLayoutSchemaLog4j FormatXml Method Apache log4net™ SDK Documentation
Actually do the 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

Generate XML that is compatible with the log4j schema.

See Also