You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Garhoefer Andreas <an...@siemens.com> on 2002/12/11 16:12:53 UTC

using log4j socketserver for non-Java applications?

hi!

I would like to use the log4j SocketServer for C++ apps (using log4cpp).
As far as I can see, the SocketAppender sends (serialized) objects over the
net
which are java-specific. So using log4cpp from a C++ application means that
I have 
to write an appender which is able to creates serialized objects. Has
anybody done
that already ?

regards
andreas garhoefer