Thanks! That's exactly what I need. On Jul 20, 4:14 pm, Fred Sauer <[email protected]> wrote: > On Tue, Jul 20, 2010 at 6:57 AM, my600080 <[email protected]> wrote: > > Hi, > > > I have the following code and would like to log the exception stack > > trace: > > > try { > > builder.sendRequest(requestData, new RequestCallback() { > > public void onError(Request request, Throwable > > exception) { > > // handle onError > > } > > > public void onResponseReceived(Request request, Response > > response) { > > // handle onResponseReceived > > } > > }); > > } catch (RequestException re) { > > Log.fatal("....", re); > > > > > } > > > What will be the best way to log the complete stack trace in > > RequestException? > > > Thanks! > > > -- > > 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]<gwt-log%[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.
