log4j not working with GWT -



log4j not working with GWT -

i trying add together log4j in gwt application

i refering http://log4j-gwt.sourceforge.net/

i added

<inherits name="org.apache.log4j.log4j" />

in gwt.xml file

but giving compile time error

org.apache.log4j.log4j not resolved.

i added log4j jar in build path (screenshot attached)

i struggling , googling hours no luck

gwt gwt-log4j

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -