From 6f5cf5341d8283615c4817bcd8e5d92d2eadce31 Mon Sep 17 00:00:00 2001 From: Christian Panov Date: Sat, 27 Dec 2025 22:49:20 +0200 Subject: [PATCH] Add lwlog to logging libraries list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..04356cb 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ C++ Benchmark Authoring Library/Framework. * [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 +* [lwlog](https://github.com/ChristianPanov/lwlog) - Very fast synchronous and asynchronous C++17 logging library ### Threading