mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 09:23:13 +01:00
59d74aea1f
git-subtree-dir: vendor/github.com/muflihun/easyloggingpp git-subtree-split: 850ea2a9f151ed648a989dda1cf44e503e45831f
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
Easylogging++ v9.70 RELEASE NOTES
|
|
---------------------------------
|
|
|
|
Release type: Minor
|
|
API changes: Yes
|
|
|
|
===========================
|
|
= IMPROVEMENTS =
|
|
===========================
|
|
|
|
- Improvements to `PerformanceTrackingCallback` - multiple callbacks
|
|
- Removed ability to log from log dispatch and performance tracking callbacks since it causes issue in multi-threaded applications
|
|
|
|
============================
|
|
= REMOVED =
|
|
============================
|
|
|
|
- Removed `el::LoggingFlag::EnableLogDispatchCallback` as it is always enabled now since its used internally
|
|
- Removed `el::LoggingFlag::DisablePerformanceTrackingDispatch` as you can do it other way (see samples)
|
|
- Removed `el::LoggingFlag::PerformanceTrackingCallback` as it is always enabled now since its used internally
|
|
|
|
==========================
|
|
= NOTES =
|
|
==========================
|
|
|
|
- See https://github.com/easylogging/easyloggingpp/blob/v9.70/README.md for manual for this release
|
|
- See https://github.com/easylogging/easyloggingpp/tree/master/doc for other release notes
|
|
- Closed issues: https://github.com/easylogging/easyloggingpp/issues?page=1&state=closed
|