I have a java console application that can be run simultaneously by multiple users, but I need separate log for each of these java processes. It would be run on the same machine... I'm using slf4j with log4j.
Is this possible in any way?
Thanks.
|
feedback
|
|
See this link on how to setup multiple log files: http://www.jguru.com/faq/view.jsp?EID=1311014 I think something like this should work, since user names are unique: If you just want one log for each user, you could just make different logs for different user names in your configuration file automatically when a user first opens your application (say,
So, someone logged in under | |||
|
feedback
|