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:
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 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