Below is the message I got from my apache server...
com.google.gwt.logging.server.RemoteLoggingServiceUtil logOnServer
WARNING: blablabla
I try to check RemoteLoggingServiceUtil, seeing while my logger name
is null it will replaced?
This is my code...
private static Logger log = Logger.getLogger("Test");
log.warning("blablabla");
I expect something like...
com.google.gwt.logging.server.RemoteLoggingServiceUtil Test
WARNING: blablabla
Any advice?
Thank you in advance.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/google-web-toolkit?hl=en.