[GD-General] runtime error logging
Brought to you by:
vexxed72
From: Andras B. <bn...@ma...> - 2003-07-14 15:41:43
|
There are some cases when I have to deal with runtime errors that cannot be seen before, such as when the user executes an invalid script. I can handle these events, but I would also like to log them somewhere. The problem is that these invalid events may happen in every frame (or even multiple times a frame) flooding the log file in no time... Any ideas on how I could do "singleton" logging of errors? Can't think of any simple solution :( thanks, Bandi |