Closed GoogleCodeExporter closed 8 years ago
On second thought, eof_log(const char *) would be a better name.
Original comment by raynebc
on 21 Mar 2011 at 3:41
Begun in r731.
Original comment by raynebc
on 16 Apr 2011 at 8:05
r755 adds logging level functionality. Some functions will now only log if
level 2 (verbose) is in effect, reducing superfluous logging that occurs during
import/load/project close.
Original comment by raynebc
on 15 May 2011 at 10:14
By now, EOF has been designed to generate a random three digit number during
launch. This instance ID is used in log entries, eliminating the issue of
multiple simultaneous instances of EOF mixing their logging so that they cannot
be told apart. This is probably the best workaround, since there's no simple
way to lock a file using the standard C I/O functions.
Original comment by raynebc
on 16 Sep 2011 at 8:38
Original issue reported on code.google.com by
raynebc
on 20 Mar 2011 at 2:14