InterviewSolution
Saved Bookmarks
| 1. |
What is GWT logging framework? |
|
Answer» The logging framework emulates java.util.logging, so it uses the same syntax and has the same behavior as server side logging code. GWT logging is configured using .gwt.xml files. We can configure logging to be enabled/disabled; we can enable/disable particular handlers, and change the default logging level. |
|