I would like to use Log4xx (Log4j & log4Cplus) as logging api which runs on a C++ and also on a Java client, which send all logs to a log4j (java) server.
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/SocketAppender.html A socketappender creates serialized obects, which will transfer them to a server.
Can I resive objects from a log4Cplus Client on a log4j server?
Is there any alternative API?
Thanks folks