I have replaced the ScriptManager::log method and opted for replacing the default print function used by squirrel.
This means, that you need to use ::print() to log messages now. This helps because, the error message generated (which is used for the exception is often times useless for debugging scuirrel scripts).. However, by overloading the print function, it now gives line numbers inside the wge.log file to where the problem lies
