I am running a Java application in which I am invoking multiple threads, each with some unique names. Now I want to create multiple log files for each of them and the name o
This can be done with the RoutingAppender. The FAQ page has a good example config.