XmlLayoutSchemaLog4jFormatXml Method Apache log4net™ SDK Documentation
Actually do the writing of the xml

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected override void FormatXml(
	XmlWriter writer,
	LoggingEvent loggingEvent
)

Parameters

writer
Type: System.XmlXmlWriter
the writer to use
loggingEvent
Type: log4net.CoreLoggingEvent
the event to write
Remarks

Generate XML that is compatible with the log4j schema.

See Also

Reference