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. 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to