In earlier versions of gwt-log you had to use the extend-property and set-property combinations to use a single level. That wasn't very convenient.
In more recent releases you can just inherit the level specific module, e.g. <inherits name="com.allen_sauer.gwt.log.gwt-log-ERROR" /> Fred On Mon, Jan 26, 2009 at 2:25 AM, Anthony Guillemette <[email protected]> wrote: > > Hi, > I would know too who log_level works... I have test some configuration > and i always had to declare log_level with set-property and extend- > property : > <extend-property name="log_level" values="ERROR"/> > <set-property name="log_level" value="ERROR"/> > otherwise it can't work... but when i look into your example on > GettingStarted code, you always use only extend-property... > > Can you tell more about this please ? > > Thanks > > > -- Fred Sauer [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 -~----------~----~----~----~------~----~------~--~---
