On May 20, 2008, at 8:26 AM, Ruud Bos wrote:
Hi, The above example works like a charm, thanks a lot! Does anyone know why this has been removed from log4cxx 0.10.0 ? Ruud
The classes that emulate Java library classes are only there to support log4cxx. They are not intended to be used a general purpose portable runtime, that is the role for Apache Portable Runtime (APR). If you do use them as a general purpose runtime, you need to be aware that any issues outside of their use by log4cxx will likely not be addressed or supported and that the needs of log4cxx may result in their changing in ways that may affect your use.
SocketNode was removed since no log4cxx code used it. As such, having it there was just a temptation for someone to use it when they should be using APR.