All Versions
16
Latest Version
Avg Release Cycle
103 days
Latest Release
1009 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v9.97.0 Changes
December 25, 2020๐ Features
- Support for QNX OS
- Add library via vcpkg
ENABLE_EXECINFO
option in CMake to enable/disable stack trace
๐ Bug Fixes
- Fix attempt to access the released memory
- Fix
April
month name - Refer to unknown user as
unknown-user
instead ofuser
- Handle low memory situation
- Fix many compiler warnings
-
v9.96.7 Changes
November 24, 2018๐ Changelog v9.96.7
- โ Adds support for compiling easyloggingpp using Emscripten. This allows the library to be compiled into Javascript or WebAssembly and run in the browser while logging to the browser's Javascript console.
๐ Changelog v9.96.6
- Storage constructor (indirectly) attempts to access elStorage before it's initialized (issue #660)
- ๐ Fixed unused variable warning while build without performance logging feature
- โก๏ธ Updated license
-
v9.96.6 Changes
November 24, 2018- Storage constructor (indirectly) attempts to access elStorage before it's initialized (issue #660) (@Barteks2x)
- ๐ Fixed unused variable warning while build without performance logging feature (@wrgcpp)
- โก๏ธ Updated license
-
v9.96.5 Changes
September 07, 2018๐ Change Log
๐ Fixes
- ๐ฒ Check for level enabled when using custom log message (Advanced) (issue #666)
- ๐ฆ Ignore interruption signal crash log
-
v9.96.4 Changes
April 03, 2018๐ Changelog
- ๐ Fixes seg fault with global lock (issue #580)
-
v9.96.3 Changes
April 01, 2018๐ Changelog
๐ Fixes
- ๐ Demangling in GCC fixed
ELPP_NO_DEFAULT_LOG_FILE
now logs to null device on major platforms (windows and unix)- ๐ Fixes unused warnings for constants
- File rolling at flush (#624)
-
v9.96.2 Changes
February 27, 2018๐ Changelog
โก๏ธ Updates
- ๐ฒ Dispatcher now passes in pointer to log message instead of creating on the fly
- ๐ Introduced new constructor for
Writer
for advanced usage (see muflihun/residue) - ๐ Use
std::unordered_map
for memory management instead ofstd::map
issue #611
You may also be interested in Easylogging++ binding for Node.js
-
v9.96.1 Changes
February 23, 2018 -
v9.96.0 Changes
February 14, 2018โก๏ธ [This update is recommended for all the users especially when using
ELPP_THREAD_SAFE
]๐ Changelog
๐ Fixes
- Potential deadlocks in extreme edge case #609
- Respect
MaxLogFileSize
setting even whenELPP_NO_DEFAULT_LOG_FILE
is set (@MonsieurNicolas) - ๐ Disable log file initially when using
ELPP_NO_LOG_TO_FILE
, to be consistent with documentation (@rggjan)
โก๏ธ Updates
el::Storage
no longer contains locks as it should be- ๐
Reformatted both files with
astyle
- โก๏ธ License text updated
โ Added
- Install a pkg-config
.pc
file (@acowley)
-
v9.95.4 Changes
February 10, 2018๐ Changelog
๐ Fixes
- ๐ Fix documentation (see PR#597)
- ๐ Fix buffer underflow in getBashOutput (see PR#596)
โก๏ธ Updates
- โ Added new function
Helpers::reserveCustomFormatSpecifier
(see #606) - ๐ Made
DateTime::buildTimeInfo
public for use