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].
For more options, visit this group at 
http://groups.google.com/group/gwt-log?hl=en.

Reply via email to