Google News
logo
Java GWT - Interview Questions
What is GWT logging framework?
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.
Advertisement