You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains list of contributors and acknowledgement of their efforts in making this library better especially by making acceptable code changes.
3
+
4
+
If we have missed your name please feel free to add it with contribution link.
|[@aparajita](https://github.com/aparajita)|[Separated out .h and .cc file](https://github.com/muflihun/easyloggingpp/pulls?q=is%3Apr+author%3Aaparajita)|
9
+
|[@adah1972](https://github.com/adah1972)|[A lot of contributions](https://github.com/muflihun/easyloggingpp/pulls?q=is%3Apr+author%3Aadah1972)|
|[@moneromooo-monero](https://github.com/moneromooo-monero)|[A lot of contributions](https://github.com/muflihun/easyloggingpp/pulls?q=is%3Apr+author%3Amoneromooo-monero)|
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
![banner]
6
6
7
-
> **Manual For v9.95.4**
7
+
> **Manual For v9.96.0**
8
8
9
9
[](https://travis-ci.org/muflihun/easyloggingpp)[](https://travis-ci.org/muflihun/easyloggingpp)[](https://github.com/muflihun/easyloggingpp/releases/latest)
10
10
@@ -100,7 +100,7 @@
100
100
# Overview
101
101
Easylogging++ is single header efficient logging library for C++ applications. It is extremely powerful, highly extendable and configurable to user's requirements. It provides ability to [write your own _sinks_](https://github.com/muflihun/easyloggingpp/tree/master/samples/send-to-network) (via featured referred as `LogDispatchCallback`). This library is currently used by [hundreds of open-source projects on github](https://github.com/search?q=%22easylogging%2B%2B.h%22&type=Code&utf8=%E2%9C%93) and other open-source source control management sites.
102
102
103
-
This manual is for Easylogging++ v9.95.4. For other versions please refer to corresponding [release](https://github.com/muflihun/easyloggingpp/releases) on github.
103
+
This manual is for Easylogging++ v9.96.0. For other versions please refer to corresponding [release](https://github.com/muflihun/easyloggingpp/releases) on github.
104
104
105
105
> You may also be interested in [Residue](https://github.com/muflihun/residue/) logging server.
0 commit comments