[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] xml and logging
- From: Stefan Seefeld <seefeld sympatico ca>
- To: xml gnome org
- Subject: [xml] xml and logging
- Date: Thu, 29 Aug 2002 13:28:21 -0400
hi there,
I'd like to use xml to log some data, i.e. update a file in regular
intervals, or state changes, etc.
The XML standard mandates a single root node, which means that
I can't just dump atomic entries into a file, I have to close
the root node, too, when the application ends.
How do others deal with this ? Should I install a signal handler
that terminates the application gracefully by closing the root
node before calling _exit() ?
Regards,
Stefan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]