- 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/muflihun/easyloggingpp/tree/master/doc