Question

I need to build my app which can make use of these c++ loggers. I am going through both the loggers(Apache log4cxx and log4cplus) I want to know the difference between the two. 1 thing which I have seen is Apache log4cxx make use of APR(Apache Portable Runtime).

So could anyone tell me the differences between the two?

Was it helpful?

Solution

I think there are too many differences to list here. You have already found one major difference. I suggest that you compare documentation for the classes that you are interested in. Maybe if your question was more specific, I could answer better.

UPDATE

I cannot think of a significant different between the two libraries in the scenario that you have described in your comment. Pretty much the only difference should be the namespace.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top