Does the actual writing of the XML.
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- writer
- Type: System.Xml XmlWriter
The writer to use to output the event to.
- loggingEvent
- Type: log4net.Core LoggingEvent
The event to write.
Remarks
Override the base class FormatXml(XmlWriter, LoggingEvent) method to write the LoggingEvent to the XmlWriter.
See Also