skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TextWriter and DebugLog #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by steven.n...@gmail.com on 20 May 2007 at 9:48