v9.94.2
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 readability
Fixes
- Fixed Android NDK build (thanks to @MoroccanMalinois)
- Fix
ELPP_DISABLE_LOGS
not working in VS (thanks to @goloap) #365