Jim, Just copy/paste the RemoteLogger client code to make your logger, and then replace the "send to server" method (which uses GWT RPC) to instead send JSON using RequestBuilder.
Fred On Thu, Jun 24, 2010 at 9:01 AM, Jim <[email protected]> wrote: > Hi, > > I'm thinking of using gwt-log in a GWT application which communicates > with a custom C++ RESTful web server. My server endpoints all deal > with application/json messages. I glanced at RemoteLogger and > RemoteLoggerService. I'm wondering whether the best approach would be > to either get the RemoteLoggerService to send messages to some > endpoint I implement on my server, or would it be better to implement > my own RemoteLoggerService? > > Thanks, > > Jim > > -- > 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.
