logikaljay / mudjs

A node.js based mud telnet client
0 stars 0 forks source link

Debug log #10

Open logikaljay opened 9 years ago

logikaljay commented 9 years ago

Create a debug log to easily diagnose script errors. Only write to the log if it exists.

We will need to modify all internal core commands to output to the debug log when something unexpected happens.

IE:

Most of these will be called from procedures where we cannot omit any debugging information to the process