The Apache log4cxx team is pleased to announce the log4cxx 1.1.0 release! Apache log4cxx is a C++ framework for logging, modeled after Apache Log4j. Log4cxx is also a cross-platform logging framework, with support for Windows, Linux, and Mac OS. Log messages can be sent to various locations, such as a file, standard out, or syslog, to name a few.
The artifacts may be downloaded from https://logging.apache.org/log4cxx/latest_stable/download.html This release is a mostly maintenance release to fix a few issues. A quick changelog is below: * Fix to build on Windows Server 2016 * Fix compiling errors with older compilers * Make ODBC and SMTP opt-in instead of automatic * Parameterize statements for ODBC inserts. Add new generic DBAppender class that uses APR for database support * Fix Qt support Apache Log4cxx requires a minimum of C++11 to build and run. For complete information on Apache Log4cxx including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Log4cxx website: https://logging.apache.org/log4cxx/latest_stable/index.html