Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要构建可以使用这些 c++ 记录器的应用程序。我正在浏览两个记录器(Apache log4cxx 和 log4cplus)我想知道两者之间的区别。我看到的一件事是 Apache log4cxx 使用 APR(Apache Portable Runtime)。
那么谁能告诉我两者的区别?
我认为这里有太多不同之处无法列出。您已经发现了一个主要区别。我建议您比较您感兴趣的课程的文档。也许如果您的问题更具体,我可以回答得更好。
更新
在您在评论中描述的场景中,我想不出两个库之间的显着差异。几乎唯一的区别应该是名称空间。