You might be able to do it with a compile time permutation and then select the permutation using a URL parameter
On Thu, Feb 4, 2010 at 10:12 PM, babbarkrishan <[email protected]>wrote: > Good logging tool.... > > Rather than using following in MyApp.gwt.xml file I would like to > enabled/disabled window logger in my code/java files may be based upon > any property read from property file or from database. > <set-property name="log_WindowLogger" value="ENABLED" /> > > I was able to do this for DivLogger but its better if i can show all > logs in a separate window instead of showing Div above my own page. > > Is there any way to do this? > > Thanks > Krishan Babbar > > -- > 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]<gwt-log%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gwt-log?hl=en. > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 [email protected] -- 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.
