[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.

RE: [OT] good logging

2008-07-16 Thread Jishnu Viswanath
: [OT] good logging 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