All Versions
16
Latest Version
Avg Release Cycle
103 days
Latest Release
1218 days ago

Changelog History
Page 2

  • v9.95.3 Changes

    October 13, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿš€ Multithreading issue fixed raised from last release at log builder
  • v9.95.2 Changes

    June 12, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿ— 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)

    โšก๏ธ Updates

    • โž• Added support for AIX (thanks to @apollo13)
  • v9.95.0 Changes

    August 02, 2017

    โž• Added

    • Added NetBSD as unix coypoop
    • Ignore NDEBUG or _DEBUG to determine whether debug logs should be enabled or not. Use ELPP_DISABLE_DEBUG_LOGS

    ๐Ÿ›  Fixes

    • 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
  • v9.94.2 Changes

    April 12, 2017

    โž• Added

    • 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

    ๐Ÿ”„ Changes

    • Renamed long format specifiers to full names with padding for readbility

    ๐Ÿ›  Fixes

    • Fixed Android NDK build (thanks to @MoroccanMalinois)
    • Fix ELPP_DISABLE_LOGS not working in VS (thanks to @goloap) #365
  • v9.94.1 Changes

    February 25, 2017

    ๐Ÿ›  Fixed

    • Fixes for /W4 level warnings generated in MSVC compile (Thanks to Falconne)
    • Fixed links
    • Fixes removing default logger if other than default

    ๐Ÿ”„ Changes

    • Changed documentation to mention easylogging++.cc in introduction and added links to features
  • v9.94.0 Changes

    February 14, 2017

    ๐Ÿ›  Fixed

    • Fixed performance tracking time unit and calculations

    โž• Added

    • Restored ELPP_DEFAULT_LOGGER and ELPP_DEFAULT_PERFORMANCE_LOGGER
    • Helpers::getThreadName for reading current thread name
    • Custom format specifier now has to return std::string instead
    • Merged thread_name with thread 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