Are you seeing the log information on the client (i.e. in the DivLogger or
ConsoleLogger)? If not, you may want to turn on emulated stack traces in
your .gwt.xml file

What version of gwt-log are you using? Please be sure you are on the latest.

On Thu, Mar 31, 2011 at 11:49 AM, mayumi <[email protected]> wrote:

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


-- 
Fred Sauer
Developer Advocate
Google Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043
[email protected]

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