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
Subclasses should override this method to format the LoggingEvent as XML.
See Also