Thursday, January 31, 2013

LogRecord in JRE Emulation

Hi,  
I have a question regarding the logging in GWT.

Why does the JRE-Emulation of java.util.logging.LogRecord does not include the following methods:
  // public void setSourceClassName(String sourceClassName) {}     // public void setSourceMethodName(String sourceMethodName) {}
It would be really helpful, if I could log the source of the message. For me it would be OK, if these information will only be present if I compile my application with Stacktrace information.

Regards,
Christian




--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment