HI all, Thanks in advance
I have a simple java program which creates multiple child threads (no.of threads depends on input string array..like if input has three string then three threads would be created)..I m using Log4j for logging , i want to create a log file in each of the thread and log its respective thread content in it , but the problem is since i m using single properties file and each time a thread created im creating a logger instance and setting the properties , i m not able to get the appropriate thread content in its respective log file