Posted By:
Herve_Leung
Posted On:
Wednesday, October 30, 2002 01:04 PM
When using a socket appender, does LOG4J keep the socket connection opened with the server ?
Is the SocketAppender the best way to log in a distributed environment (I have multiple instance of the same application on different host but want them to log at the same location) ? How about logging directly to a shared text file ?
Thanks