Hi,
We are facing problem in changes to be done for running our code on 1.2.8 version. Earlier it was working for 1.1.1 version.
In 1.1.1 version, Category class instance is initilized and log4j.properties is set as Category.DEFAULT_CONFIGURATION_FILE. (But we are getting this issue even in test code. We put log4j.properties file in classpath but still is says:
log4j:ERROR No appenders could be found for category (log4j111.PlanetDiameters111).
log4j:ERROR Please initialize the log4j system properly.
In 1.2.8, Logger is initilized as
Can someone share thoughts on what could be missing here/or need to be done for getting Category instance replaced with Logger.
Codes are:
For 1.1.1
For 1.2.8
log4j.properties