With GWT 2.1, Google added an implementation of java.util.logging. But the Logger.getAnonymousLogger() is not implemented.
On the otherhand, Restlet (for GWT) comes with its own implementation of java.util.logging. This one includes Logger.getAnonymousLogger(). And this method is used by Restlet. Do I have to fill a bug here to discard the use of getAnonymousLogger or to fill a bug on the GWT issue list so they implements the method? Note that GWT issue list is huge and this issue may take a while to be corrected in GWT 2.1. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2640261

