Am 07.08.2012 04:24, schrieb Mike Giacomelli:
Hi Everyone,
I've committed the new disk logging system. Its now enabled for all
devices, but requires developers to use it to be really useful. That
means updating code you're working on to output useful debug
information. To help with this the system has 3 levels:
ERRORF(...) /*serious errors or problems*/
WARNF(...) /*matters of concern*/
NOTEF(...) /*useful for debug only*/
I wonder why is RaaA excluded from this? Sure logging is something
generally useful.
Best regards.