Hi, Is SocketAppender in log4j thread safe? If I have multiple threads log to the same SocketAppender, do I need to synchronize that the log method?
And does SocketAppender have any internal buffer? Will every log() call result in a network transmission? Or SocketAppender will buffer all the logs until it reaches certain limit before it sends out the log thru the network transmission. Thank you for any information. Sam -- To unsubscribe, e-mail: <mailto:log4j-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:log4j-user-help@;jakarta.apache.org>