Releases: MengRao/fmtlog
Releases · MengRao/fmtlog
v2.2.0
- upgrade TSCNS to 2.0: now tsc clock will be synchronized with system clock
- change default FMTLOG_ACTIVE_LEVEL to FMTLOG_LEVEL_DBG
v2.1.4
Support log queue full callback.
v2.1.3
- Upgrade fmtlib to 8.1.1
- Support compile option -fno-exceptions
- Optimize frontend code size
- Support disabling runtime log level filtering by macro "FMTLOG_NO_CHECK_LEVEL"
v2.1.2
- fix an bug about FMTLOG_BLOCK introduced in v2.1.1
- fix an issue on copying aligned objects
- make format string type consistent with fmt::format/print
v2.1.1
Fix a gcc compiling error
v2.1.0
- upgrade fmtlib to 8.1.0
- reduce code size for front-end log statements by 40%(for non-header-only usage)
v2.0.0
Major feature: Log will be output in time order among different threads
v1.2.0
- Upgrade fmt to 8.0.1
- Improve flushing for un-managed fp such as stdout