DebugLog now appends to an existing log file if the log file exists. I had
to modify TextWriter to support this as TextWriter always overwrites files
(thanks to the "wt" passed to fopen). TextWriter's constructor now works
like this: TextWriter (filename, bool append=false).
The svn diff for textwriter.* is attached.
Original issue reported on code.google.com by omo...@gmail.com on 22 Sep 2006 at 5:36
Original issue reported on code.google.com by
omo...@gmail.com
on 22 Sep 2006 at 5:36Attachments: