Hi, I would like to use log4cxx in my project. My program is a server will have many fixed clients connected, nearly 2000 clients. I want to write the log contents for each client in different file, so I will have 2000 log files nearly. This will be very easy to trace the data transfered between each client with the server, since the log in different file. So how could I make this with log4cxx or this thought totally wrong? Thanks in advance.
-- Ken
