mirror of
https://github.com/vgough/encfs.git
synced 2024-12-11 09:11:05 +01:00
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
|