mirror of
https://github.com/vgough/encfs.git
synced 2025-02-18 02:31:00 +01:00
git-subtree-dir: vendor/github.com/muflihun/easyloggingpp git-subtree-split: 850ea2a9f151ed648a989dda1cf44e503e45831f
19 lines
874 B
Plaintext
19 lines
874 B
Plaintext
Easylogging++ v9.20 RELEASE NOTES
|
|
---------------------------------
|
|
|
|
==========================
|
|
= NEW FEATURES =
|
|
==========================
|
|
|
|
- Introduced `el::Helpers::convertTemplateToStdString` for loggable classes (and other classes) to return `std::string` from easylogging++ friendly templates (issue #114)
|
|
- Introduced `el::Helpers::commandLineArgs` for reading command line arguments provided
|
|
- Quoted values in configurations can have double quotes by escaping them using `\` (issue #113)
|
|
- Helper to configure easylogging++ loggers (global conf) from command line argument (issue #115)
|
|
|
|
==========================
|
|
= NOTES =
|
|
==========================
|
|
|
|
- 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
|