Library, provides easy to use logging capabilities, which works transparently on both the client and the server, while providing compile time elimination of client logging code via deferred binding for GWT.
https://github.com/fredsa/gwt-log.git
This project is no longer actively developed or maintained.
log_level=OFFTRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF)*.gwt.xml module file, a gwt:property in your HTML, a log_level URL parameter, at run time via Log.setCurrentLogLevel(...)ConsoleLogger | Utilizes console.log() for supporting browsers and installed JavaScript libraries. |
| FirebugLogger | Utilizes Firebug console API logging. |
| DivLogger | Utilizes a floating/draggable DIV for log messages. |
| GWTLogger | Utilizes GWT.log(), which will appear in the development shell in Development Mode. |
| SystemLogger | Utilizes System.err and System.out. |
| RemoteLogger | Sends copies of client log messages to the server, with optional deobfuscation. |
| WindowLogger | (Experimental) Logs messages to a separate window. |
+ Unless your logging parameters are determined by the GWT compiler to have side effects
| Project | Description |
|---|---|
| gwt-dnd | Provides drag and drop support for your GWT applications. |
| gwt-voices | Provides sound support for your GWT applications. |