logging not working? kepler/gwt 2.5.1

54 views
Skip to first unread message

dk

unread,
Sep 5, 2013, 3:07:16 PM9/5/13
to google-we...@googlegroups.com
Hi, this seems really odd to me.  I have a fairly old gwt project.  The project "works" but needs a tweak.  I had logging enabled for the project in the past then set:

<inherits name="com.google.gwt.logging.Logging"/>
<set-property name="gwt.logging.enabled" value="FALSE"/>

in a class I say:

public class MyClass extends Composite implements
HasValueChangeHandlers<JSONObject> {
Logger logger = Logger.getLogger("MyClass");
... 
logger.info("Form: a");
 

Then I move it to production. ...time passes...  Now I need to make a change.  I set 

<set-property name="gwt.logging.enabled" value="TRUE"/>

"clean" and refresh the project and I get nothing.  The logging pane does not appear and the javascript console in the browser shows nothing.

I know I must be missing something obvious but I can not see it at this moment.  Ideas are welcome. 

Thad Humphries

unread,
Sep 5, 2013, 4:40:32 PM9/5/13
to google-we...@googlegroups.com

Dean Karres

unread,
Sep 5, 2013, 4:46:46 PM9/5/13
to google-we...@googlegroups.com

Maybe, but I was using the "Super simple..." logging solution on the same page.  Unless something has changed in the logging infrastructure?

I have seen a post that claims some modules inherit the logging system and disable it.  It suggested putting the enable code at the bottom of the xml file.  Well I was already doing that.  No joy

--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/IKuAqaaDPNE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
Reply all
Reply to author
Forward
0 new messages