Pier Fumagalli wrote:
On 13 Sep 2005, at 00:48, [EMAIL PROTECTED] wrote:There might be some bugs (as always with my code), but as I need to use those in production, if one comes along, I'll be likely to be the first one to spot it... As far as I can see, for now, everything works.
Can you please make up your mind, is it DEBUG or WARN??? In several places: > + if (this.logger.isDebugEnabled()) { > + this.logger.warn("..."); > + } :-P Vadim