From 2e6e7135773f38ce56e877dee010926327cbb3a0 Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Wed, 4 Mar 2020 02:05:39 +0000 Subject: [PATCH 1/2] Update README.md Add Quill Logging Library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a404c2..a11f2bb 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [spdlog](https://github.com/gabime/spdlog) - Super fast, header only, C++ logging library. * [templog](http://www.templog.org/) - A very small and lightweight C++ library which you can use to add logging to your C++ applications. [Boost] * [P7Baical](http://baical.net/p7.html) - An open source and cross-platform library for high-speed sending telemetry & trace data with minimal usage of CPU and memory. [LGPL] +* [Quill](https://github.com/odygrd/quill) - Asynchronous cross platform low latency logging library [MIT] ## Machine Learning From 9597fcda649ef2098e629eb54d897a6910570d8c Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Wed, 4 Mar 2020 02:11:06 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11f2bb..7aef739 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [spdlog](https://github.com/gabime/spdlog) - Super fast, header only, C++ logging library. * [templog](http://www.templog.org/) - A very small and lightweight C++ library which you can use to add logging to your C++ applications. [Boost] * [P7Baical](http://baical.net/p7.html) - An open source and cross-platform library for high-speed sending telemetry & trace data with minimal usage of CPU and memory. [LGPL] -* [Quill](https://github.com/odygrd/quill) - Asynchronous cross platform low latency logging library [MIT] +* [Quill](https://github.com/odygrd/quill) - Asynchronous cross platform low latency logging library. [MIT] ## Machine Learning