Im using gwt-log-3.0.1.jar.
I've already tried this one in my log4j.xml.
...
<appender name="util" class="org.apache.log4j.FileAppender">
<param name="File" value="temp.log" />
<param name="Append" value="true" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="[%d %p %C{1}.%M] %m %n"/>
</layout>
</appender>
...
And Im getting this output:
[2010-06-30 10:18:29,225 DEBUG ServerLogImplLog4J.log] DEBUG:
XmlValidation.validate
Kind regards,
Alex
--
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.