- Rebuilt with latest gtest
- Support for QNX OS
- Add library via vcpkg
ENABLE_EXECINFO
option in CMake to enable/disable stack trace
- 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
- 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.
- 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
- Check for level enabled when using custom log message (Advanced) (issue #666)
- Ignore interruption signal crash log
- Fixes seg fault with global lock (issue #580)
- 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
- Dispatcher now passes in pointer to log message instead of creating on the fly
- Introduced new constructor for
Writer
for advanced usage (see amrayn/residue) - Use
std::unordered_map
for memory management instead ofstd::map
issue #611
- Two loggers writing to same file is undefined behaviour #613
- 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)
el::Storage
no longer contains locks as it should be- Reformatted both files with
astyle
- License text updated
- Install a pkg-config
.pc
file (@acowley)
- Fix documentation (see PR#597)
- Fix buffer underflow in getBashOutput (see PR#596)
- Added new function
Helpers::reserveCustomFormatSpecifier
(see #606) - Made
DateTime::buildTimeInfo
public for use
- Multithreading issue fixed raised from last release at log builder
- Build fix for kFreeBSD as suggested in issue #563
- Fixed issue with deadlock on dispatch (see #571)
- Fixed printf like logging with thread safety (see #572)
- Added support for AIX (thanks to @apollo13)
- Added NetBSD as unix coypoop
- Ignore
NDEBUG
or_DEBUG
to determine whether debug logs should be enabled or not. UseELPP_DISABLE_DEBUG_LOGS
- Fix compile when
_USE_32_BIT_TIME_T
defined gggin - Fix invalid usage of safeDelete which can cause an error with valgrind Touyote
- Add code to ensure no nullptr references tepperly
- CMake option to create static lib (thanks to @romariorios)
- Ability to use UTC time using
ELPP_UTC_DATETIME
(thanks to @romariorios) - CMake module updated to support static lib
- Renamed long format specifiers to full names with padding for readbility
- Fixed Android NDK build (thanks to @MoroccanMalinois)
- Fix
ELPP_DISABLE_LOGS
not working in VS (thanks to @goloap) #365
- Fixes for
/W4
level warnings generated in MSVC compile (Thanks to Falconne) - Fixed links
- Fixes removing default logger if other than
default
- Changed documentation to mention
easylogging++.cc
in introduction and added links to features
- Fixed performance tracking time unit and calculations
- Restored
ELPP_DEFAULT_LOGGER
andELPP_DEFAULT_PERFORMANCE_LOGGER
Helpers::getThreadName
for reading current thread name- Custom format specifier now has to return
std::string
instead - Merged
thread_name
withthread
if thread name is available it's used otherwise ID is displayed
For older versions please refer to https://github.com/amrayn/easyloggingpp/tree/master/doc