Hi!
How can I add a single node to the end of an existing file? I have a log writing component, where a new log event(XmlNode) is added to the log(XmlDocument) and then the log is written to the file. But this is too heavy way, because the size of the log can raise up to MBs and new log events raise very often in short time. So, I should add only the latest log event (XmlNode) to the file, shouldn't I???
br. Juha Ka
How can I add a single node to the end of an existing file? I have a log writing component, where a new log event(XmlNode) is added to the log(XmlDocument) and then the log is written to the file. But this is too heavy way, because the size of the log can raise up to MBs and new log events raise very often in short time. So, I should add only the latest log event (XmlNode) to the file, shouldn't I???
br. Juha Ka