2ef5f25249
- update to 2.1.2: * Implement LOG4CPLUS_ASSERT_FMT() - formats assertion message using C-style format string. * Implement LOG4CPLUS_ASSERT_FORMAT() - formats assertion message using C++20 <format> header facilities. * log4cplus.threadPoolBlockOnFull. When this property is true (default), threads will block when internal thread pool queue is full.
Dirk Mueller2025-03-30 20:27:35 +00:00
00c6782abc
- Update to 2.1.1: * Add missing source files to MSVC project files. * Resolve environment variables in include directive in configuration file. * Throw exception on nonexistent properties file, if requested by fThrow flag. * Generate pkgconfig file with CMake. * Add locale support to ConsoleAppender. * Initialize thread pool for async logging on demand. * SysLogAppender: Allow non-FQDN hostname in syslog messages. * Update Catch2 to v2.13.9. - Run tests at buildtime - Add source validation and update keyring
Dirk Mueller2024-08-31 09:28:18 +00:00