Everything you've done so far send the logs from the client to the server. All that remains is to make sure that the server will log your message. That happens in the usual java.util.logging on log4j manner, unrelated to gwt-log.
Fred On Sat, Sep 25, 2010 at 10:35 AM, xia <[email protected]> wrote: > Hi Fred > > I did not set up any DEBUG level in the code, and no such thing in the > log. > > thanks, Xia Weizhong > > On Sep 25, 6:27 pm, Fred Sauer <[email protected]> wrote: > > Can you confirm that a DEBUG level call on the server appears in the log? > > > > > > > > On Sat, Sep 25, 2010 at 9:37 AM, xia <[email protected]> wrote: > > > I tried to add below line, still no remote logging > > > > > log4j.logger.gwt-log = INFO, stdout > > > > > I verified catlina.out should be the correct place for these logs, > > > before stdout.Target = System.out > > > > > another question, where is the logger name "gwt-log" referenced? > > > > > thanks, Xia Weizhong > > > > > On Sep 25, 3:14 pm, xia <[email protected]> wrote: > > > > Hi > > > > > > I want to enable gwt-log remote logging, yet even though the log is > > > > show up at the client side, I get nothing at my catalina.out (is this > > > > the correct place to wait for my log? I used tomcat6) > > > > > > The changes I made to my project, according to the quick start: > > > > 1. In the .gwt.xml, add <inherits name="blabla.gwt-log-DEBUG" /> > > > > 2. add <set-property name="log_RemoteLogger" value="ENABLED" /> > > > > 3. in my web.xml, add the servlet and servlet mapping > > > > 4. in my code, add the import, and Log.debug("Something"); > > > > > > The logging is show up on the floating DivLogger, but not on my > server > > > > side log. > > > > > > pls help. > > > > > > Thanks, Xia Weizhong > > > > > -- > > > 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]> > <gwt-log%[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]<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.
