Menu

log4cplus 2.0.0-RC1 released

I have released log4cplus 2.0.0-RC1. It is the first C++11 based release.

  • IMPORTANT: Implementation language is now C++11. OS specific implementations have been replaced by C++11 facilities wherever possible. This lowers complexity of the library and improves maintainability but it also brings limitations to when the library can be used. Specifically, the library should not be used before main() is entered and after main() is left. Even more specifically, the library should not be used during global objects construction and destruction.

  • log4cplus uses Catch unit testing framework and hand unit tests.

  • log4cplus supports IPv6.

  • Autotools based build system is now partially generated from templates by the Autogen tool.

  • Autotools based build system can build both wchar_t and plain char variants at once.

Posted by Václav Haisman 2017-02-01 Labels: v2.0.0-rc1 release

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.