Let me know how 3.0.2 works for you: http://code.google.com/p/gwt-log/downloads/list
On Thu, Apr 29, 2010 at 9:08 PM, KC <[email protected]> wrote: > Hi Fred, > > It works! Thanks a lot. > > Cheers, > -- KC > > On Apr 20, 12:05 pm, Fred Sauer <[email protected]> wrote: > > KC, > > > > Thank you for reporting this. This should be fixed in r464. > > > > Let me know if the attached jar fixes the issue correctly for you. > > > > Thanks > > Fred > > > > > > > > > > > > On Thu, Apr 8, 2010 at 11:20 PM, KC <[email protected]> wrote: > > > Hi all, > > > > > Even I use the "%C{1}" in the log pattern, I am always getting > > > "com.allen_sauer.gwt.log.client.impl.LogImplBase" as the class name > > > from client side (gwt) codes. > > > > > I am not complaining the "full package" instead of just the "class > > > name" since I read another thread and it is fixed in later build. > > > > > What I am looking for is the class or package name should be the name > > > of the class who writes this log out. Do I miss something here? Here > > > is how I log message: > > > > > import com.allen_sauer.gwt.log.client.Log; > > > > > public class MyWidget extends Widget { > > > public void testLog() { > > > Log.debug("test 123"); > > > } > > > } > > > > > It should show something like: > > > <mypackage>.MyWidget 2010-04-09 12:30,123 [DEBUG] test 123 > > > > > But it does not. It uses > > > "com.allen_sauer.gwt.log.client.impl.LogImplBase" as the class name. > > > > > Any idea? > > > > > Thanks in advance. > > > > > Cheers, > > > Cheng > > > > > -- > > > 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]> > <gwt-log%[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]<gwt-log%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/gwt-log?hl=en. > > > > gwt-log-r464.jar > > 187KViewDownload > > -- > 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.
