Is there a way to get gwt-log to display the class name?

I have a lot of code like this that helps me trace where in my app,
that code is currently executing:

Log.trace(getClass().getName() + " - save()");

Furthermore, it would be nice if I could configure gwt-log once to
have something like Log.traceMethod() that would print the timestamp,
name of the class and the name of the method (not sure if this can be
done w/o reflection) that is currently being executed.

--~--~---------~--~----~------------~-------~--~----~
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