Server side logging calls are not expected to appear in the Window logger or
the Console logger.

Server side logging calls may very well end up in the console via System.err
or System.out, but aren't being sent there by gwt-log.

The RemoteLogger can send client side message to the server for you, but
gwt-log does not provide the reverse.

Fred


On Wed, Sep 22, 2010 at 2:12 PM, gcstang <[email protected]> wrote:

> The window is showing already, it just doesn't show anything from the
> server side logging calls only from the client side.
>
> Any server logging is only showing in the ConsoleLogger
>
> On Sep 20, 1:00 pm, Fred Sauer <[email protected]> wrote:
> > The WindowLogger is experimental. It's possible that a popup blocker is
> > blocking it. Can you try another browser?
> >
> >
> >
> > On Thu, Sep 16, 2010 at 4:01 PM, gcstang <[email protected]> wrote:
> > > Is there a way to get the WindowLogger to show the Log.debug, error,
> > > etc... calls that happen on the server side, I only see things from
> > > the client side.
> >
> > > I do see the logging of the server in the console window just not in
> > > the Window Logger.
> >
> > > My Configuration:
> >
> > > <inherits name="com.allen_sauer.gwt.log.gwt-log-OFF" />
> > >    <extend-property name="log_level" values="DEBUG"/>
> > >        <set-configuration-property name="log_pattern"
> value="%d{dd/MM/yyyy
> > > HH:mm:ss} [%-5p] %C{1}:%L - %m%n" />
> > >        <set-property name="log_ConsoleLogger" value="ENABLED" />
> > >        <set-property name="log_DivLogger" value="DISABLED" />
> > >        <set-property name="log_FirebugLogger" value="DISABLED" />
> > >        <set-property name="log_GWTLogger" value="DISABLED" />
> > >        <set-property name="log_SystemLogger" value="ENABLED" />
> >
> > >        <!-- Loggers Disabled by default-->
> > >        <inherits name="com.allen_sauer.gwt.log.gwt-log-RemoteLogger" />
> >
> > > <set-property name="log_WindowLogger" value="ENABLED" />
> >
> > > Thank you for any help
> >
> > > --
> > > 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.

Reply via email to