easyloggingpp:C++日志库,只包含单一的头文件
easyloggingpp:C++日志库,只包含单一的头文件。它是非常轻量级的,健壮的,快速执行,线程和类型安全,由许多内置功能。
v9.96.2
Changelog
Updates
- Dispatcher now passes in pointer to log message instead of creating on the fly
- Introduced new constructor for
Writer
for advanced usage (see muflihun/residue) - Use
std::unordered_map
for memory management instead ofstd::map
issue #611
v9.96.0
[ This update is recommended for all the users especially when using ELPP_THREAD_SAFE
]
Changelog
Fixes
- 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)
Updates
el::Storage
no longer contains locks as it should be- Reformatted both files with
astyle
- License text updated
Added
- Install a pkg-config
.pc
file (@acowley)
热门度与活跃度
0.3
0.0
Watchers:181 |
Star:1991 |
Fork:555 |
创建时间: 2012-09-23 11:41:35 |
最后Commits: 2月前 |
5181b40
Verified
Changelog v9.96.7
Changelog v9.96.6