Write a string to an
XmlWriter
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- writer
- Type:
System.Xml XmlWriter
the writer to write to
- textData
- Type:
System String
the string to write
- invalidCharReplacement
- Type:
System String
The string to replace non XML compliant chars with
Remarks
The test is escaped either using XML escape entities or using CDATA sections.
See Also