On 8/10/06, wolverine my <[EMAIL PROTECTED]> wrote:
Hi!

I'm actually developing a web application using servlet and so I can
use the client's IP address instead of the client.getName()...

Ah, a web application... no way to know beforehand every single client's id.

mmm, I don't think you can have a log file per client, but maybe you
can still include the ip address in the logger name. That way, you can
grep over the logs with the ip address of a given client to study just
that client's activity.

--
Javier González Nicolini

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to