Description
This is a simple debugging tool I use to track errors my testers find in my code while I do not have time to camp the console. It saves any errors ESP Mods Put out to an errors.log file in it's addons directory.
Example of a Logged Error in the errors.log file:
[code]02/03/08 15:57:12
Traceback (most recent call last):
File "C:\Games\edgeline\GameServers\TC03705088050623471585387\cstrike\addons\eventscripts\es.py", line 266, in callBlock
self.Blocks[blockname]()
File "C:\Games\edgeline\GameServers\TC03705088050623471585387\cstrike\addons\eventscripts\dnds\dnds.py", line 267, in cmdrun
caster.spellTeleport()
File "C:\Games\edgeline\GameServers\TC03705088050623471585387\cstrike\addons\eventscripts\dnds\dnds.py", line 789, in spellTeleport
if self.key['tele location'][0]:
IndexError: tuple index out of range[/code]
I found this helpful so I figured I would share.
~J3ff