-
-
Notifications
You must be signed in to change notification settings - Fork 929
/
RELEASE-NOTES-v9.90
34 lines (26 loc) · 1.46 KB
/
RELEASE-NOTES-v9.90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Easylogging++ v9.90 RELEASE NOTES
---------------------------------
Release type: Major
API changes: Yes
Breaking Change: Yes
This is a major release. We have separated header file in to `easylogging++.h` and `easylogging++.cc`. Source file (`easylogging++.cc`) encompass source to speed up compile time. Thanks to @aparajita.
==========================
= FIXES =
==========================
- Fix to custom datetime format in Unicode mode
==========================
= NEW FEATURES =
==========================
- The `FormatSpecifierValueResolver` function passed to the `CustomFormatSpecifier` constructor
now receives `const LogMessage&` as an argument. This allows you to access message-specific context
(such as the verbose level) within your custom formatting function. For an example, see
samples/STL/custom-format-spec.cpp.
- Separated header and source file (`easylogging++.h` and `easylogging++.cc`) (issue #445)
- New `ELPP_DEFAULT_LOGGING_FLAGS` macro for setting initial logging flags
- C++11 detection is improved, and Clang uses `std::thread` by default if it is available
==========================
= NOTES =
==========================
- See https://github.com/easylogging/easyloggingpp/blob/v9.90/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