-
* New frontend function .errorHandler() usable as default error handler for other libraries etc. * Backend inspect_log_message() now logs file and line of the call, using new method Inspect::logMessage(). * Frontend .trace() and .traceGet() now supports second arg as object.message; to conform with other function's parameter signatures. * Reverted to use hook_init() implementation instead of hook_boot(); forgot to actually rename the function (see inspect 7.x-3.3.x, 2013-01-22).