Hi,
I want to have different (and multiple) threads write to different log files. The number of threads varies (I don't know how many threads will run).
I thought the best way to do this will be by adding loggers and appenders programmatically. Is it possible? Is there another way to implement this?
Thank you,
Sharon
