On 20/01/2012 15:29, saurabh jain wrote:
1. Have a compiler flag
Compiler flag works at compile time. This is not acceptable for
frameworks (as they get deployed with a swc usually). Aside from that
logging does have (plenty of) usecases after deployment!
2. Implement something like :
Log("message", appendAdditionalInformation);
That was the problem I was talking about: The additional informations
needed to be passed in by hand. This is not just a lot of work, it is
also prone to errors and people tend to "forget it".
yours
Martin.