From 7b3024d2b90404f6a3ca9377a433a1b8fba96842 Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Mon, 1 Jan 2024 00:00:00 +0000 Subject: [PATCH] Add quill to logging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..90e1dc4 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ C++ Benchmark Authoring Library/Framework. ### Logging +* [quill](https://github.com/odygrd/quill) - Asynchronous low latency C++ logging library * [fmtlog](https://github.com/MengRao/fmtlog) - A fmtlib-style logging library with latency in nanoseconds. * [spdlog](https://github.com/gabime/spdlog) - Fast C++ logging library. * [loguru](https://github.com/emilk/loguru) - A lightweight and flexible C++ logging library