RE: [OT] good logging

2008-07-16 Thread Jishnu Viswanath
avant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 8:43 PM To: Struts Users Mailing List Subject: [OT] good logging Every time I see this code in S2, it makes me laugh so I will share it here (D

[OT] good logging

2008-07-16 Thread Musachy Barroso
Every time I see this code in S2, it makes me laugh so I will share it here (DefaultActionInvocation.java): ... if (proxy == null) { gripe = "Whoa! No ActionProxy instance found in current ActionInvocation. This is bad ... very bad"; } else if (proxy.getConfig() == null) { gripe = "Sheesh