Hi,
I did your test and I do see the FATAL test message. In fact I can see
test messages for INFO, WARN, ERROR and FATAL. I still cannot see any
DEBUG messages in the App Engine logs though.
My code is as follows. In the XML module file I have:-
<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" />
<extend-property name="log_level" values="DEBUG"/>
<set-property name="log_DivLogger" value="DISABLED" />
<!-- Remote logging (gwt-log-3.0.3 or later) -->
<inherits name="com.allen_sauer.gwt.log.gwt-log-RemoteLogger" />
And in my source code I have the following:-
Log.setCurrentLogLevel(Log.LOG_LEVEL_DEBUG);
Log.debug("Client - This is a 'DEBUG' test message");
But still I see no DEBUG messages. Any idea why ?
Thanks,
M.
--
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.