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
On Sep 5, 2013 3:41 PM, "Thad Humphries" <thad.humphries@gmail.com> wrote:
-- Logging handlers?--http://www.gwtproject.org/doc/latest/DevGuideLogging.html#Different_Types_of_Handlers
On Thursday, September 5, 2013 3:07:16 PM UTC-4, dk wrote: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 implementsHasValueChangeHandlers<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.
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-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@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.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@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.
No comments:
Post a Comment