| Author |
seperate log files based on a unique identifier
|
Ronnie Phelps
Ranch Hand
Joined: Mar 12, 2001
Posts: 329
|
|
|
Would you guys happen to know how I can configure log4J to write to different log files which will contain a unique identifier(not a date) that is present within the code block during the time of writing?
|
 |
xsunil kumar
Ranch Hand
Joined: Dec 14, 2009
Posts: 125
|
|
Ronnie,
You can write log files in what ever manner you want. You can append unique identifier also in log file name. What you need to do is to write custom file appender. You need to define that custom file appender class name in the log4j.xml file. In this way you can get whatever you want.
Search on google, you will get samples how to write custom file appender for log4j.
Regards,
Sunil
|
 |
 |
|
|
subject: seperate log files based on a unique identifier
|
|
|