I am doing following in my module xml.
<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG"/>
<extend-property name="log_level" values="INFO,WARN" />
According to the documentation, my default compile level should be
DEBUG. And I should be able to use compile level WARN and INFO using
log_level URL parameter.
Instead of that expected behavior, my default compile level is WARN.
After trying many things, I believe that it just picks up the smallest
logging level as a default level.
I am using gwt-log-2.5.3.
Let me if this is a bug or feature.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"gwt-log" 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/gwt-log?hl=en
-~----------~----~----~----~------~----~------~--~---