I'm trying to start using the GWT Logging framework in my app
So far, this is what I've done:
Add <inherits name="com.google.gwt.logging.Logging"/> to my .gwt.xml file
Add this code:
Logger logger = Logger.getLogger("Test");
logger.log(Level.SEVERE, "some text");
The code is executed, but I have no log output.
In fact, I've looked at the root logger's handler list and it is empty. If I
register my own handler then it works
Then I created a new project with nothing but the very same code I used
before, and then the log just worked
Am I missing something here?
--
Magno Machado Paulo
http://blog.magnomachado.com.br
http://code.google.com/p/emballo/
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.