I am using log4j for logging.I am using a configuration file called log4j.properties. I have placed it in the class path. The program is running fine and events are being printed to the output log.
Yet, when I run the program in eclipse in
tomcat server runtime, it is giving the following errors on the console:
Can any one explain why these errors are printed on the console. Thanks in advance.
The following is my log4j.properties file
The following is the code I wrote to use it.