Hi, I am using gwt-logs currently with GWT and GAE. I have my module
configured as explained in Getting Started:
<inherits name="com.allen_sauer.gwt.log.gwt-log-OFF" />
<inherits name="com.allen_sauer.gwt.log.gwt-log-RemoteLogger" />
<extend-property name="log_level" values="DEBUG" />
And I have my entry point class with:
Log.setUncaughtExceptionHandler()
The problem is when I get Uncaught Exception on the client side, all I
get in my GAE logs is:
"com.allen_sauer.gwt.log.server.ServerLogImplJDK14 log: Uncaught
Exception:"
I want to include more information on the source of the exception (ex:
class name, parameter, error type, exception stack trace). How do I
configure to do this?
Thank you so much.
--
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.