Transform WriteEscapedXmlString Method Apache log4net™ SDK Documentation
Write a string to an OnlineXmlWriter

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

public static void WriteEscapedXmlString(
	XmlWriter writer,
	string textData,
	string invalidCharReplacement
)
Remarks

The test is escaped either using XML escape entities or using CDATA sections.

See Also