No source code is available for type org.apache.log4j.Logger; did you forget to inherit a required module?
I want to create a logfile.
So I added log4j 1.2.16
and did build Path
in log4j.properties wote code for consoleappender and rolling file.
in the Myclass
private static Logger logger = Logger.getLogger(Myclass.class);
When i run the xeb application i get an error
No source code is available for type org.apache.log4j.Logger; did you forget to inherit a required module?
Then in Myproject.gwt.xml i write this code
<inherits name="org.apache.log4j"/>
then i run my web applicaton *I can't see the URL in developmentMode"