You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by Sharon Gur <sh...@prolify.com> on 2005/06/16 21:00:33 UTC

Different threads writing to different log files

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