RE: german translation of the log4j short manual

2004-05-05 Thread Dirk Schnelle
That was very fast. Thank you. I have the apache license listed in my references (number 2). But as Ceki and you mentioned I should add that this work is published under the same license somewhere in the introduction. /Dirk Am Di, den 04.05.2004 schrieb Shapira, Yoav um 16:31: > Hi, > I've added

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

Logging stack trace to Database

2004-05-05 Thread James Stauffer
Do any of the Database Appenders support logging the stack trace? It doesn't look like DBAppender does (unless it is included in LoggingEvent.getRendererMessage()). JDBCAppender explicitly states that it doesn't log exceptions. James Stauffer

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 logging info to 1 centralized > SimpleSo