Writing Logs to an XML File with .NET
Posted
by JL
on Stack Overflow
See other posts from Stack Overflow
or by JL
Published on 2009-07-13T23:55:11Z
Indexed on
2010/04/14
14:33 UTC
Read the original article
Hit count: 143
I am storing logs in an xml file...
In a traditional straight text format approach, you would typically just have a openFile... then writeLine method...
How is it possible to add a new entry into the xml document structure, like you would just with the text file approach?
© Stack Overflow or respective owner