google-code-export / gwtx

Automatically exported from code.google.com/p/gwtx
1 stars 4 forks source link

Logger.getAnonymousLogger() emulation is buggy #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Calling Logger.getAnonymousLogger().info("Anonymous Info Level"); should
log a message to the INFO level.

Until this can be fixed Logger.getLogger("").info("Empty Info Level");
seems to work.

Original issue reported on code.google.com by sandy...@gmail.com on 18 Mar 2007 at 5:57

GoogleCodeExporter commented 9 years ago
java.util.logging emulation is deprecated. GWT-incubator has a logging API 
based on 
gwt-log that will do the job

Original comment by nicolas....@gmail.com on 2 Oct 2008 at 12:59