Hi All
I wanted to create 2 log files for different applications for logging purpose.
I had created 2 appendes in log4j.properties and assigned 2 file names.
Now how would i associate these file names in
java program.
In my java program i am using Catagoryclass for logging like below.
static Category cat = Category.getInstance(CurrencyTradeBatch.class.getName());
cat.info("message....
cat.error("message....
Please help me
Regards
Deepa