Skip to content

Releases: abumq/easyloggingpp

Some new features + fixes

09 Oct 05:15
Compare
Choose a tag to compare
Easylogging++ v9.24 RELEASE NOTES
---------------------------------

==========================
=         FIXES          =
==========================

 - `strerror` CRT warning fix for VC++ when using PLOG() or any equivalent (issue# 123)
 - Fixed `CVERBOSE_EVERY_N` resolution from `VLOG_IF` to custom logger verbose log

==========================
=       NEW FEATURES     =
==========================

 - New helper `reconfigureLogger(const std::string&, const ConfigurationType&, const std::string&)`
 - Support for syslog (issue #120)

==========================
=         NOTES          =
==========================

 - See https:/easylogging/easyloggingpp/tree/master/doc for other release notes
 - Closed issues: https:/easylogging/easyloggingpp/issues?page=1&state=closed

Refactoring and clang++ fix for mac

20 Sep 08:53
Compare
Choose a tag to compare
Easylogging++ v9.19 RELEASE NOTES
---------------------------------

==========================
=         FIXES          =
==========================

 - Some internal code refactor
 - Issue with clang++ on mac fixes (issue #111)

==========================
=         NOTES          =
==========================

 - See https:/easylogging/easyloggingpp/tree/master/doc for other release notes
 - Closed issues: https:/easylogging/easyloggingpp/issues?page=1&state=closed

Minor release

02 Sep 03:28
Compare
Choose a tag to compare
Easylogging++ v9.17 RELEASE NOTES
---------------------------------

=============================
 =    NEW FEATURES       =   
=============================

 - Add a format specifier to log filename and line number (issue #103)

=============================
=     IMPROVEMENTS          =
=============================

 - Assertion failure and does not process when configuratoin file does not exist

==========================
=         NOTES          =
==========================

 - See https:/easylogging/easyloggingpp/tree/master/doc for other release notes
 - Closed issues: https:/easylogging/easyloggingpp/issues?page=1&state=closed

v8.91: * Fixes issues with 64-bit ASM

24 Feb 07:29
Compare
Choose a tag to compare
 * Fixes android NDK issue