Hi, I'm comtemplating using log4j in an application that takes input from users(u1 - u99) with in 10 different processes -programs/classes- (p1 - p10).
I understand how to use log4j to turn logging on and off based on a trace level. However, I also need to be able to selectively log based on any combination of u1-u99 and p1-p10. For example, I want all INFO debugs from messages generated by U3 in process p3 and p5. Log4j seems to be my best bet. Any idea on how I can most efficiently achieve this slightly complex logging requirement? Another thing to keep in mind is that I need to 'log' to a custom application that provides its own API for sending data to it. Any insights will be mucho appreciated, Thanks in advance, mak.
