Re: SimpleSocketServer - Not so simple problem
Posted By:
Mark_Womack
Posted On:
Thursday, November 14, 2002 09:09 AM
You could look at using the log4j MDC class to attach the user name in the logging event. You would set the MDC on the caller side. Then you could modify your appender on the SimpleSocketServer side to look at the MDC value and log to the appropriate file.
hth,
-Mark