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 "Shrivastava, Ravi" <ra...@bankofamerica.com> on 2005/05/11 16:18:28 UTC

Multiple Log files

I am trying to use Log4Net in a server enviroment. I would like to have
the following features:

1. One log file for the server
2. Individual log files for every client that logs in.

As the clients will be running in the same process/memory space (of the
server) - how do I configure Log4Net to do 1 & 2? Any help will be
greatly appreciated.

-- RS.