RE: logging per user

2004-04-26 Thread Sikha, Naresh
figuration file. 3. A log4j configuration file that logs all records with the current NDC value (see PatternLayout). Naresh Sikha -Original Message- From: Srinivas Kotamraju [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 1:08 PM To: Sikha, Naresh Subject: RE: logging per

RE: logging per user

2004-04-26 Thread Sikha, Naresh
] Sent: Monday, April 26, 2004 10:46 AM To: 'Log4J Users List' Subject: RE: logging per user You could do: Logger log = Logger.getLogger(username); Log.info("User: " + username); James Stauffer -Original Message- From: Srinivas Kotamraju [mailto:[EMAIL PROTECTED]

RE: logging per user

2004-04-26 Thread James Stauffer
You could do: Logger log = Logger.getLogger(username); Log.info("User: " + username); James Stauffer -Original Message- From: Srinivas Kotamraju [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 12:45 PM To: [EMAIL PROTECTED] Subject: logging per user Hi guys, I am a

logging per user

2004-04-26 Thread Srinivas Kotamraju
Hi guys, I am a newbie to log4j. I quickly looked through log4j and it really looks great and I amazed by its flexibility. I am having a web application and I have a bunch of users 20 -25..using it. I would like to be able to have one log file per user..with an option to configure the users in a