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].
For more options, visit this group at 
http://groups.google.com/group/gwt-log?hl=en.

Reply via email to