This might be useful for development. Installation and usage seem to be straight forward. I am not sure, if the additional code size might be worth it.
Temporary Usageπ
pixtur added a new config variable
USE_FIREPHP and a new function
trace() which either uses firephp or
debugMessage() for printing a debug message. We should adjust this method, though: to support different log-levels. There should be two settings:
'LOG_METHOD' = 'FILE,PRINT,FIRE_PHP',
'LOG_LEVEL' = 'ALL,DEBUG