We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb15fe9 + a98bd61 commit 0f7948aCopy full SHA for 0f7948a
ChangeLog
@@ -8,6 +8,15 @@
8
de-/initialization without `log4cplus::Initializer` instance. GitHub
9
issue #340.
10
11
+ - Deal with `register` keyword being generated in SWIG based bindings. The
12
+ keyword is unused and reserved in C++17. Remove use of
13
+ `std::unary_function`, it was removed in C++17.
14
+
15
+ - Add ability to define new log levels using C API. Add reconfiguration
16
+ API. (Jens Rehsack)
17
18
+ - Add `NDCMatchFilter` and `MDCMatchFilter`. (Franck)
19
20
21
# log4cplus 2.0.2
22
0 commit comments