Hello,
I am engaging in a project which is developed with Java and C++. I use log4cplus to manage C++ log, and log4j to manage Java log. I want to send C++ log to Java by using log4cplus. How can I do it.
Before, I used "log4jUdpAppender" as https://sourceforge.net/p/log4cplus/bugs/276/. However, it didn't work. log4j can not receive any packets.
Is there any tip ?