Re: what to log - API questions :)

2008-06-16 Thread Wim Deblauwe
Maybe you need to look at AspectJ and Aspect Oriented Programming in general to address this cross-cutting concern? regards, Wim 2008/6/13 Christophe Elek [EMAIL PROTECTED]: They are great discussion :) I really enjoy reading them :) I have one on my own. My goal in IBM Rational is to

RE: what to log

2008-06-16 Thread Bender Heri
I do not agree to yours Logs are not for debugging. In heavy loaded multithreaded applications it could be the only way to debug. The DEBUG level IS definitively for debugging purpose. In production, I agree, the level should be INFO or higher. Heri -Original Message- From: Julius

RE: what to log

2008-06-13 Thread Jason Irwin
I don't see why the log shouldn't be able to store similar information. Depending on where you live, logging such information may be an illegal act (breach of Data Protection, data misuse) or breaking of industry regulations (e.g. recording the 3 security digits from the back of a credit card).

Re: what to log - API questions :)

2008-06-13 Thread Christophe Elek
They are great discussion :) I really enjoy reading them :) I have one on my own. My goal in IBM Rational is to ensure all products have a consistent set of logging so we can correlate the logs of all the products. Some are legacy products, some are new products. Developers and Architect always