Logging help for Multiple Clients in a single process using log4Net
问题 I chose log4Net after much considerations to be my Logging application so please no arguments on that OK, hear is my problem I got a single process connected to multiple Clients Each Client has a unique ID stored as a String in its own separate Thread Each Client with the same unique ID can connect multiple times I want to create a log file for every Client in a different .txt file. At every new connection, i want to create a log file with client ID appended by Date Time and seconds This