dev@glassfish.java.net

logging done well

From: vince kraemer <vince.kraemer_at_oracle.com>
Date: Fri, 29 Jul 2011 00:14:51 -0700

Hi all,

I was just looking for my favorite logging 'fail' regex (\.fine.*\(.*\+)
in the grizzly code....

I found 10 hits in 5 files (of 952 files)...

I checked them and only one of them was a real hit (a concat that was
not protected by a .isLoggable()).
   It was in UDPNIOTransport.java -- for those that are playing along at
home...

vbk