RE: getting SimpleSocketServer to log each line with clients IP

2004-05-05 Thread Paul Smith
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:50 PM > To: [EMAIL PROTECTED] > Subject: getting SimpleSocketServer to log each line with clients IP > > > I have many clients sending their loggi

getting SimpleSocketServer to log each line with clients IP

2004-05-05 Thread SMore
I have many clients sending their logging info to 1 centralized SimpleSocketServer. When multiple clients are writing at the same time, you can not figure out which message is coming from which client. I would like to configure the logging so that each line contains the clients ip address. In a