I'm trying to switch from gwt-log over to the new logging in 2.1, but
I'm getting an error at compile time:
Loading inherited module 'com.google.gwt.logging.Logging'
Module 'com.google.gwt.logging.Logging' has already been loaded
and will be skipped
[ERROR] Property 'gwt.logging' not found
[ERROR] Failure while parsing XML
in my *.gwt.xml file I have:
<inherits name="com.google.gwt.logging.Logging" />
<set-property name='gwt.logging' value='ENABLED' />
<set-property name='gwt.logging.logLevel' value='ALL' />
<set-property name='gwt.logging.consoleHandler' value='ENABLED' />
>From what I could tell, that should be all the setup I need ... has
anyone else experienced this? I am missing just missing something?
Thanks in advance!
John
--
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.