Re: Log4j error "No appenders could be found for logger"
Posted By:
Anonymous
Posted On:
Thursday, June 19, 2008 02:03 PM
this is because your log4j is not configured properly with the log4j.properties you passed
check if you have log4j.properties at root level of the class folder.
Or call at the initialization of u r program
org.apache.log4j.PropertyConfigurator.configure("log4j.properties");