Download Latest Version log4cplus-2.0.8.tar.xz (932.8 kB)
Email in envelope

Get an email when there's a new version of log4cplus

Name Modified Size InfoDownloads / Week
Parent folder
ChangeLog-README.md 2018-04-13 2.1 kB
log4cplus-2.0.0.zip 2018-04-13 1.5 MB
log4cplus-2.0.0.tar.xz 2018-04-13 734.0 kB
log4cplus-2.0.0.zip.sig 2018-04-13 96 Bytes
log4cplus-2.0.0.tar.xz.sig 2018-04-13 96 Bytes
log4cplus-2.0.0.tar.lrz 2018-04-13 770.4 kB
log4cplus-2.0.0.tar.lrz.sig 2018-04-13 96 Bytes
log4cplus-2.0.0.tar.bz2 2018-04-13 959.4 kB
log4cplus-2.0.0.7z 2018-04-13 739.9 kB
log4cplus-2.0.0.7z.sig 2018-04-13 96 Bytes
log4cplus-2.0.0-rc2.zip 2017-07-09 1.5 MB
log4cplus-2.0.0-rc2.zip.sig 2017-07-09 96 Bytes
log4cplus-2.0.0-rc2.tar.xz 2017-07-09 734.8 kB
log4cplus-2.0.0-rc2.tar.xz.sig 2017-07-09 96 Bytes
log4cplus-2.0.0-rc2.tar.lrz.sig 2017-07-09 96 Bytes
log4cplus-2.0.0-rc2.tar.gz 2017-07-09 1.2 MB
log4cplus-2.0.0-rc2.tar.lrz 2017-07-09 772.0 kB
log4cplus-2.0.0-rc2.tar.gz.sig 2017-07-09 96 Bytes
log4cplus-2.0.0-rc2.tar.bz2 2017-07-09 959.4 kB
log4cplus-2.0.0-rc2.tar.bz2.sig 2017-07-09 96 Bytes
log4cplus-2.0.0-rc2.7z 2017-07-09 738.9 kB
log4cplus-2.0.0-rc2.7z.sig 2017-07-09 96 Bytes
log4cplus-2.0.0-rc1.zip 2017-02-01 1.5 MB
log4cplus-2.0.0-rc1.zip.sig 2017-02-01 96 Bytes
log4cplus-2.0.0-rc1.tar.xz 2017-02-01 728.4 kB
log4cplus-2.0.0-rc1.tar.xz.sig 2017-02-01 96 Bytes
log4cplus-2.0.0-rc1.tar.lrz 2017-02-01 766.2 kB
log4cplus-2.0.0-rc1.tar.lrz.sig 2017-02-01 96 Bytes
log4cplus-2.0.0-rc1.tar.gz 2017-02-01 1.2 MB
log4cplus-2.0.0-rc1.tar.gz.sig 2017-02-01 96 Bytes
log4cplus-2.0.0-rc1.tar.bz2 2017-02-01 948.2 kB
log4cplus-2.0.0-rc1.tar.bz2.sig 2017-02-01 96 Bytes
log4cplus-2.0.0-rc1.7z 2017-02-01 731.8 kB
log4cplus-2.0.0-rc1.7z.sig 2017-02-01 96 Bytes
Totals: 34 Items   16.6 MB 1

log4cplus 2.0

  • CMake improvements: Automate export of includes if building as Cmake sub-module. (Rodion Malinovsky)

  • Debian spec file improvements: Use parallel build. Fix installation path on 64bit. (Michal Marek)

  • CMake improvements: Use ${CMAKE_INSTALL_LIBDIR} instead of hardcoding lib. (Radek Dostál)

  • Experimental Windows 10 ARM support through CMAKE

log4cplus 2.0-RC2

  • Avoid copying whole message just to prepend message length in SocketAppender. Instead, use OS specific "gather" socket write.

  • Fixed GitHub issue #136.

  • FileAppender classes now have TextMode property that can be set to Binary or Text (default) to specify underlying IO stream behavior with respect to end-of-line handling. (Patch by raphaelmarcucci).

  • Fixed compilation issues when building log4cplus with Visual Studio and Clang toolchain.

  • Fixed various shutdown and initialization related deadlocks and crashes. GitHub issues #251, #253.

  • Fixed GitHub issue #243. Single-threaded build with Visual Studio and CMake were not single-threaded.

  • Fixed GitHub issue #250. Creating WiX based installer using CPack does not work because of missing license file.

log4cplus 2.0-RC1

  • 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 has 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.

Source: ChangeLog-README.md, updated 2018-04-13