Laurent, You'll want a module from emite which does not explicitly include gwt-log already.
Another option is to add something like this to your .gwt.xml <extend-property name="log_level" values="DEBUG"/> <set-property name="log_level" value="DEBUG"/> Fred On Thu, Oct 15, 2009 at 6:58 AM, Laurent Eschenauer < [email protected]> wrote: > > Hi there, > > I'm wanted to use gwt-log in a app, also requiring the Emite library. > However, this library is also making use of gwt-log, but inherits the > 'OFF' mode in their package. > > - I cannot add an inherit clause in my own app.gwt.xml file... this > trigger an error (trying to load it twice maybe ?) > - I cannot set the log level at runtime above off (it seems that the > Off implementation override that method) > > Do you have any solution to this problem ? For now, I just instantiate > my own logger and access it as a singleton, but I would prefer to do > things the right way. > > Thanks for your support ! > > -Laurent > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
