I have a Client and Server class. There is one Client instance running and eight Server instances running at the same time in the same JVM.
I now wish to (programatically or through properties file) setup log4j so that I'd have one log file per class instance. For the example above I'd like to have 9 separate log files.